Procházet zdrojové kódy

build: reorganise includes so that we can use precompiled headers later.

master
Sam Hocevar před 10 roky
rodič
revize
3f897ce51a
7 změnil soubory, kde provedl 14 přidání a 14 odebrání
  1. +2
    -2
      neercs/neercs.cpp
  2. +2
    -2
      neercs/old/wm.cpp
  3. +2
    -2
      neercs/term/ansi.cpp
  4. +2
    -2
      neercs/term/pty.cpp
  5. +2
    -2
      neercs/term/term.cpp
  6. +2
    -2
      neercs/video/render.cpp
  7. +2
    -2
      neercs/video/text-render.cpp

+ 2
- 2
neercs/neercs.cpp Zobrazit soubor

@@ -4,13 +4,13 @@
// Copyright: (c) 2012-2013 Sam Hocevar <sam@hocevar.net>
//

#if defined HAVE_CONFIG_H
#if HAVE_CONFIG_H
# include "config.h"
#endif

#include <time.h>

#include <lol/main.h>
#include <lol/engine.h>

#include <caca.h>



+ 2
- 2
neercs/old/wm.cpp Zobrazit soubor

@@ -11,7 +11,7 @@
* http://www.wtfpl.net/ for more details.
*/

#if defined HAVE_CONFIG_H
#if HAVE_CONFIG_H
# include "config.h"
#endif

@@ -19,7 +19,7 @@
#include <stdlib.h>
#include <math.h>

#include <lol/main.h>
#include <lol/engine.h>

#include <caca.h>



+ 2
- 2
neercs/term/ansi.cpp Zobrazit soubor

@@ -12,13 +12,13 @@
* http://www.wtfpl.net/ for more details.
*/

#if defined HAVE_CONFIG_H
#if HAVE_CONFIG_H
# include "config.h"
#endif

#include <string.h>

#include <lol/main.h>
#include <lol/engine.h>

using namespace lol;



+ 2
- 2
neercs/term/pty.cpp Zobrazit soubor

@@ -10,7 +10,7 @@
* http://www.wtfpl.net/ for more details.
*/

#if defined HAVE_CONFIG_H
#if HAVE_CONFIG_H
# include "config.h"
#endif

@@ -33,7 +33,7 @@
# include <fcntl.h>
#endif

#include <lol/main.h>
#include <lol/engine.h>
#include "loldebug.h"

using namespace lol;


+ 2
- 2
neercs/term/term.cpp Zobrazit soubor

@@ -2,11 +2,11 @@
// Neercs
//

#if defined HAVE_CONFIG_H
#if HAVE_CONFIG_H
# include "config.h"
#endif

#include <lol/main.h>
#include <lol/engine.h>

using namespace lol;



+ 2
- 2
neercs/video/render.cpp Zobrazit soubor

@@ -2,7 +2,7 @@
// Neercs
//

#if defined HAVE_CONFIG_H
#if HAVE_CONFIG_H
# include "config.h"
#endif

@@ -12,7 +12,7 @@
#include <ctime>
#include <string>

#include <lol/main.h>
#include <lol/engine.h>
#include "lolgl.h"
#include "loldebug.h"



+ 2
- 2
neercs/video/text-render.cpp Zobrazit soubor

@@ -2,7 +2,7 @@
// Neercs
//

#if defined HAVE_CONFIG_H
#if HAVE_CONFIG_H
# include "config.h"
#endif

@@ -12,7 +12,7 @@
#include <ctime>
#include <string>

#include <lol/main.h>
#include <lol/engine.h>
#include "lolgl.h"

using namespace lol;


Načítá se…
Zrušit
Uložit