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

terminology-1.2
Carsten Haitzler 6 years ago
parent 3a14751b34
commit 878def120e
  1. 2
      src/bin/tyalpha.c
  2. 3
      src/bin/tybg.c
  3. 3
      src/bin/tycat.c
  4. 1
      src/bin/tycommon.c
  5. 2
      src/bin/tyls.c
  6. 2
      src/bin/typop.c
  7. 2
      src/bin/tyq.c

@ -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

@ -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

@ -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 {

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

@ -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

@ -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

@ -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

Loading…
Cancel
Save