From: Steinar H. Gunderson Date: Sat, 13 Apr 2013 20:48:38 +0000 (+0200) Subject: Another include-what-you-use pass. X-Git-Tag: 1.0.0~118^2 X-Git-Url: https://git.sesse.net/?p=cubemap;a=commitdiff_plain;h=9bb20b7dd0bcea9de1daf4cac29263d74924ce5a Another include-what-you-use pass. --- diff --git a/input.cpp b/input.cpp index d7c2b77..7c776e1 100644 --- a/input.cpp +++ b/input.cpp @@ -1,5 +1,4 @@ #include -#include #include #include "httpinput.h" diff --git a/parse.cpp b/parse.cpp index f77af4a..c14b47f 100644 --- a/parse.cpp +++ b/parse.cpp @@ -1,5 +1,4 @@ #include -#include #include #include #include diff --git a/server.cpp b/server.cpp index 2c8661a..0cbc453 100644 --- a/server.cpp +++ b/server.cpp @@ -7,7 +7,6 @@ #include #include #include -#include #include #include #include diff --git a/stream.h b/stream.h index 7fabd19..a4aa642 100644 --- a/stream.h +++ b/stream.h @@ -6,6 +6,7 @@ #include #include +#include #include #include