Use Assert() rather than assert()

This commit is contained in:
Matt Pharr
2012-01-08 13:30:45 -08:00
parent 5b4dbc8167
commit ff6971fb15
5 changed files with 5 additions and 6 deletions

View File

@@ -46,7 +46,6 @@
#include <assert.h>
#include <string.h>
#include <stdio.h>
#include <assert.h>
#include <stdint.h>
#ifdef ISPC_IS_LINUX
#include <malloc.h>