summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorTavian Barnes <tavianator@gmail.com>2010-03-03 22:48:04 -0500
committerTavian Barnes <tavianator@gmail.com>2010-03-03 22:48:04 -0500
commitc497ac253504a73fbbb35788ddd8faec1163248a (patch)
tree8dabf1fc3c713488f3dc443e86da9199a76c9262 /src
parentbc35b314950adc191bff8c717ed050d5abfa53fa (diff)
downloadlibsandglass-c497ac253504a73fbbb35788ddd8faec1163248a.tar.xz
Remove spurious assert.h include.
Diffstat (limited to 'src')
-rw-r--r--src/sandglass.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/sandglass.h b/src/sandglass.h
index 34461ba..7b7577b 100644
--- a/src/sandglass.h
+++ b/src/sandglass.h
@@ -26,8 +26,6 @@
#ifndef SANDGLASS_H_INCLUDED
#define SANDGLASS_H_INCLUDED
-#include <assert.h>
-
#ifdef __cplusplus
/* We've been included from a C++ file; mark everything here as extern "C" */
extern "C" {