Commit 6467b7b4 by Nicolas Capens

Remove unnecessary assert.h includes.

Bug 19919781 Change-Id: I3f8e91b2f3ae58fbece0028a00275f0cdb5ed9df Reviewed-on: https://swiftshader-review.googlesource.com/2870Reviewed-by: 's avatarNicolas Capens <capn@google.com> Tested-by: 's avatarNicolas Capens <capn@google.com>
parent a230805e
......@@ -22,8 +22,6 @@
#include <features.h>
#endif
#include <assert.h>
namespace sw
{
Timer::Timer()
......
......@@ -16,7 +16,6 @@
#include "Debug.hpp"
#include <malloc.h>
#include <assert.h>
namespace sw
{
......
......@@ -29,7 +29,6 @@
#include "Reactor/Reactor.hpp"
#include <malloc.h>
#include <assert.h>
#undef max
......
......@@ -20,8 +20,6 @@
#include "Constants.hpp"
#include "Debug.hpp"
#include <assert.h>
extern bool localShaderConstants;
namespace sw
......
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