From f9fb0873d35b3744629aa4ef1dc79db2100a7f7d Mon Sep 17 00:00:00 2001 From: Danny Robson Date: Thu, 28 Jul 2016 13:31:52 +1000 Subject: [PATCH] build: tidy system headers --- json/tree.cpp | 1 - test/colour.cpp | 1 + view.cpp | 2 ++ 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/json/tree.cpp b/json/tree.cpp index c05b198d..f7aae124 100644 --- a/json/tree.cpp +++ b/json/tree.cpp @@ -30,7 +30,6 @@ #include #include #include -#include #include #include diff --git a/test/colour.cpp b/test/colour.cpp index 91c22c21..3dc20f4f 100644 --- a/test/colour.cpp +++ b/test/colour.cpp @@ -2,6 +2,7 @@ #include "tap.hpp" + int main (int, char**) { diff --git a/view.cpp b/view.cpp index 4bd11bde..6eea40d4 100644 --- a/view.cpp +++ b/view.cpp @@ -16,6 +16,8 @@ #include "./view.hpp" +#include + /////////////////////////////////////////////////////////////////////////////// #define EQUALITY(A,B) \