Commit 1629c2b0 by Nicolas Capens

Remove unnecessary header includes.

Change-Id: If1a8a581a63e801ec3855c554f10dabd67e8a4fd Reviewed-on: https://swiftshader-review.googlesource.com/4400Reviewed-by: 's avatarNicolas Capens <capn@google.com> Tested-by: 's avatarNicolas Capens <capn@google.com>
parent f999a006
......@@ -19,7 +19,6 @@
#else
#include <sys/time.h>
#include <x86intrin.h>
#include <features.h>
#endif
namespace sw
......
......@@ -15,8 +15,6 @@
#include "Renderer.hpp"
#include "Debug.hpp"
#include <malloc.h>
namespace sw
{
Clipper::Clipper()
......
......@@ -20,7 +20,6 @@
#include "Debug.hpp"
#include <string.h>
#include <malloc.h>
namespace sw
{
......
......@@ -28,8 +28,6 @@
#include "Debug.hpp"
#include "Reactor/Reactor.hpp"
#include <malloc.h>
#undef max
bool disableServer = true;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment