OSDN Git Service

Remove unnecessary header includes.
authorNicolas Capens <capn@google.com>
Mon, 14 Dec 2015 18:18:11 +0000 (13:18 -0500)
committerNicolas Capens <capn@google.com>
Mon, 21 Dec 2015 19:38:47 +0000 (19:38 +0000)
Change-Id: If1a8a581a63e801ec3855c554f10dabd67e8a4fd
Reviewed-on: https://swiftshader-review.googlesource.com/4400
Reviewed-by: Nicolas Capens <capn@google.com>
Tested-by: Nicolas Capens <capn@google.com>
src/Common/Timer.cpp
src/Renderer/Clipper.cpp
src/Renderer/Context.cpp
src/Renderer/Renderer.cpp

index abed7f1..b2bbd1b 100644 (file)
@@ -19,7 +19,6 @@
 #else
        #include <sys/time.h>
        #include <x86intrin.h>
-       #include <features.h>
 #endif
 
 namespace sw
index e2bb617..d575bc3 100644 (file)
@@ -15,8 +15,6 @@
 #include "Renderer.hpp"
 #include "Debug.hpp"
 
-#include <malloc.h>
-
 namespace sw
 {
        Clipper::Clipper()
index 0547c6f..925c76e 100644 (file)
@@ -20,7 +20,6 @@
 #include "Debug.hpp"
 
 #include <string.h>
-#include <malloc.h>
 
 namespace sw
 {
index 6487ec5..6ad2be3 100644 (file)
@@ -28,8 +28,6 @@
 #include "Debug.hpp"
 #include "Reactor/Reactor.hpp"
 
-#include <malloc.h>
-
 #undef max
 
 bool disableServer = true;