# HG changeset patch # User Sascha Wilde # Date 1395940919 -3600 # Node ID d7788db3bddebedbebde717e840232ac936275a1 # Parent be22e9deca8874184834b2edb47494808b454c38 Make locale includes distinguishable from system includes. diff -r be22e9deca88 -r d7788db3bdde cinst/mozilla.c --- 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 #include -#include -#include -#include -#include +#include "debug.h" +#include "errorcodes.h" +#include "portpath.h" +#include "strhelp.h" #ifndef _WIN32 #define CONFDIRS ".mozilla", ".thunderbird"