changeset 226:d7788db3bdde

Make locale includes distinguishable from system includes.
author Sascha Wilde <wilde@intevation.de>
date Thu, 27 Mar 2014 18:21:59 +0100
parents be22e9deca88
children 29467940b07b
files cinst/mozilla.c
diffstat 1 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/cinst/mozilla.c	Thu Mar 27 17:02:57 2014 +0100
+++ b/cinst/mozilla.c	Thu Mar 27 18:21:59 2014 +0100
@@ -59,10 +59,10 @@
 #include <string.h>
 #include <sys/types.h>
 
-#include <debug.h>
-#include <errorcodes.h>
-#include <portpath.h>
-#include <strhelp.h>
+#include "debug.h"
+#include "errorcodes.h"
+#include "portpath.h"
+#include "strhelp.h"
 
 #ifndef _WIN32
 #define CONFDIRS ".mozilla", ".thunderbird"

http://wald.intevation.org/projects/trustbridge/