move private.h down after system headers... to avoid conflict

This commit is contained in:
Carsten Haitzler 2017-12-19 11:00:00 +09:00
parent 3a14751b34
commit 878def120e
7 changed files with 6 additions and 9 deletions

View File

@ -1,10 +1,10 @@
#include "private.h"
#include <stdio.h>
#include <limits.h>
#include <stdlib.h>
#include <unistd.h>
#include <string.h>
#include "private.h"
#include "tycommon.h"
static void

View File

@ -1,10 +1,9 @@
#include "private.h"
#include <stdio.h>
#include <limits.h>
#include <stdlib.h>
#include <unistd.h>
#include <string.h>
#include "private.h"
#include "tycommon.h"
static void

View File

@ -1,4 +1,3 @@
#include "private.h"
#include <Eina.h>
#include <Ecore.h>
#include <Evas.h>
@ -11,7 +10,7 @@
#include <stdlib.h>
#include <unistd.h>
#include <string.h>
#include "private.h"
#include "tycommon.h"
enum {

View File

@ -1,6 +1,5 @@
#include "private.h"
#include <stdlib.h>
#include <Eina.h>
#include "tycommon.h"

View File

@ -1,4 +1,3 @@
#include "private.h"
#include <Eina.h>
#include <Ecore.h>
#include <Evas.h>
@ -12,6 +11,7 @@
#include <unistd.h>
#include <string.h>
#include <fnmatch.h>
#include "private.h"
#include "tycommon.h"
// this code sucks. just letting you know... in advance... in case you

View File

@ -1,10 +1,10 @@
#include "private.h"
#include <stdio.h>
#include <limits.h>
#include <stdlib.h>
#include <unistd.h>
#include <string.h>
#include "private.h"
#include "tycommon.h"
static void

View File

@ -1,10 +1,10 @@
#include "private.h"
#include <stdio.h>
#include <limits.h>
#include <stdlib.h>
#include <unistd.h>
#include <string.h>
#include "private.h"
#include "tycommon.h"
static void