diff options
author | Pablo Barciela <[email protected]> | 2019-04-07 21:47:17 +0200 |
---|---|---|
committer | lukefromdc <[email protected]> | 2019-04-10 21:52:58 +0000 |
commit | e50549cf502f988ff214a2714a8cdd6fb6892244 (patch) | |
tree | b4e48933d8725a0c7ee5ad5c20131d822b1b87ff /libcaja-private/caja-lib-self-check-functions.h | |
parent | 7c290c6bb60c65b3b0a336d0595490f9e0f7b3f2 (diff) | |
download | caja-e50549cf502f988ff214a2714a8cdd6fb6892244.tar.bz2 caja-e50549cf502f988ff214a2714a8cdd6fb6892244.tar.xz |
local #include files inside "" instead <>
Diffstat (limited to 'libcaja-private/caja-lib-self-check-functions.h')
-rw-r--r-- | libcaja-private/caja-lib-self-check-functions.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libcaja-private/caja-lib-self-check-functions.h b/libcaja-private/caja-lib-self-check-functions.h index 4fa973e3..4e9a2de0 100644 --- a/libcaja-private/caja-lib-self-check-functions.h +++ b/libcaja-private/caja-lib-self-check-functions.h @@ -23,7 +23,7 @@ Author: Darin Adler <[email protected]> */ -#include <eel/eel-self-checks.h> +#include "../eel/eel-self-checks.h" void caja_run_lib_self_checks (void); |