summaryrefslogtreecommitdiff
path: root/eel/eel-string.c
diff options
context:
space:
mode:
authorJan Niklas Hasse <[email protected]>2018-01-19 15:53:44 +0100
committerJan Niklas Hasse <[email protected]>2018-01-19 15:53:44 +0100
commit242176e1d2b8748c47c43a776105285740d9ab30 (patch)
tree699e02105b88f89ee1bfdefe335647c1ef13d5ff /eel/eel-string.c
parent9b12785db1907b279fb7d6d80fd1d9fd4bb04bfb (diff)
downloadcaja-242176e1d2b8748c47c43a776105285740d9ab30.tar.bz2
caja-242176e1d2b8748c47c43a776105285740d9ab30.tar.xz
Include local files with "" instead of <>
Diffstat (limited to 'eel/eel-string.c')
-rw-r--r--eel/eel-string.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/eel/eel-string.c b/eel/eel-string.c
index 8ccbb03a..7d95acdf 100644
--- a/eel/eel-string.c
+++ b/eel/eel-string.c
@@ -23,13 +23,13 @@
*/
#include <config.h>
+#include "eel-glib-extensions.h"
#include "eel-string.h"
#include <errno.h>
#include <locale.h>
#include <stdlib.h>
#include <string.h>
-#include <eel-glib-extensions.h>
#if !defined (EEL_OMIT_SELF_CHECK)
#include "eel-lib-self-check-functions.h"