diff options
author | Xan Lopez <xan@igalia.com> | 2012-09-01 01:43:19 +0800 |
---|---|---|
committer | Xan Lopez <xan@igalia.com> | 2012-09-01 01:43:19 +0800 |
commit | 95b305ef37cacc0d1e96ae07cd24f39f040fbc27 (patch) | |
tree | dda405437cd6876c25284a8a968bf179015c7f8f | |
parent | c9644b2636ccd87a116f303fd0373c89950629ae (diff) | |
download | gsoc2013-epiphany-95b305ef37cacc0d1e96ae07cd24f39f040fbc27.tar.gz gsoc2013-epiphany-95b305ef37cacc0d1e96ae07cd24f39f040fbc27.tar.zst gsoc2013-epiphany-95b305ef37cacc0d1e96ae07cd24f39f040fbc27.zip |
ephy-profile-utils: reorder includes
-rw-r--r-- | lib/ephy-profile-utils.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/ephy-profile-utils.c b/lib/ephy-profile-utils.c index 559ab1792..e225c7f3a 100644 --- a/lib/ephy-profile-utils.c +++ b/lib/ephy-profile-utils.c @@ -20,10 +20,11 @@ */ #include "config.h" +#include "ephy-profile-utils.h" #include "ephy-debug.h" #include "ephy-file-helpers.h" -#include "ephy-profile-utils.h" + #include <libsoup/soup.h> #define PROFILE_MIGRATION_FILE ".migrated" |