diff options
author | P. F. Chimento <philip.chimento@gmail.com> | 2013-04-22 13:43:11 +0200 |
---|---|---|
committer | P. F. Chimento <philip.chimento@gmail.com> | 2013-04-24 17:30:39 +0200 |
commit | 7e9ffb6b095fff756dec717f337e6a6aa42dd208 (patch) | |
tree | 48f66885d568e2e57960fa4e128bae5092138122 /test/test-init.c | |
parent | 51ad28a4d90a1c8691127eccbbe0b170f53ef71e (diff) |
Rename C source and header files
For consistency with GTK, blah.[ch] should be named eosblah.[ch].
[#23]
Diffstat (limited to 'test/test-init.c')
-rw-r--r-- | test/test-init.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test-init.c b/test/test-init.c index 1fd856e..482c079 100644 --- a/test/test-init.c +++ b/test/test-init.c @@ -2,7 +2,7 @@ #include <glib.h> #include <endless/endless.h> -#include "endless/init-private.h" +#include "endless/eosinit-private.h" #include "run-tests.h" |