From ebbb89f91cd0a8f4841610dba944af6b468c3b53 Mon Sep 17 00:00:00 2001 From: Sam Hocevar Date: Tue, 1 Jul 2014 12:17:12 +0000 Subject: [PATCH] base: strip core.h from its contents and put it in public/private headers. --- neercs/neercs.cpp | 2 +- neercs/old/wm.cpp | 2 +- neercs/term/ansi.cpp | 2 +- neercs/term/pty.cpp | 2 +- neercs/term/term.cpp | 2 +- neercs/video/render.cpp | 2 +- neercs/video/text-render.cpp | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/neercs/neercs.cpp b/neercs/neercs.cpp index 0558688..f1ee1a1 100644 --- a/neercs/neercs.cpp +++ b/neercs/neercs.cpp @@ -10,7 +10,7 @@ #include -#include "core.h" +#include #include diff --git a/neercs/old/wm.cpp b/neercs/old/wm.cpp index aef9960..5334490 100644 --- a/neercs/old/wm.cpp +++ b/neercs/old/wm.cpp @@ -19,7 +19,7 @@ #include #include -#include "core.h" +#include #include diff --git a/neercs/term/ansi.cpp b/neercs/term/ansi.cpp index a064540..61617e0 100644 --- a/neercs/term/ansi.cpp +++ b/neercs/term/ansi.cpp @@ -18,7 +18,7 @@ #include -#include "core.h" +#include using namespace std; using namespace lol; diff --git a/neercs/term/pty.cpp b/neercs/term/pty.cpp index 544b162..f2129eb 100644 --- a/neercs/term/pty.cpp +++ b/neercs/term/pty.cpp @@ -33,7 +33,7 @@ # include #endif -#include "core.h" +#include #include "loldebug.h" using namespace std; diff --git a/neercs/term/term.cpp b/neercs/term/term.cpp index 568cced..554e9d8 100644 --- a/neercs/term/term.cpp +++ b/neercs/term/term.cpp @@ -6,7 +6,7 @@ # include "config.h" #endif -#include "core.h" +#include using namespace std; using namespace lol; diff --git a/neercs/video/render.cpp b/neercs/video/render.cpp index 336d5d2..94e2adf 100644 --- a/neercs/video/render.cpp +++ b/neercs/video/render.cpp @@ -12,7 +12,7 @@ #include #include -#include "core.h" +#include #include "lolgl.h" #include "loldebug.h" diff --git a/neercs/video/text-render.cpp b/neercs/video/text-render.cpp index 6ac69c0..243f679 100644 --- a/neercs/video/text-render.cpp +++ b/neercs/video/text-render.cpp @@ -12,7 +12,7 @@ #include #include -#include "core.h" +#include #include "lolgl.h" using namespace std;