summaryrefslogtreecommitdiff
path: root/src/styleengine.cc
diff options
context:
space:
mode:
authorcorvid <corvid@lavabit.com>2009-06-22 20:07:50 +0000
committercorvid <corvid@lavabit.com>2009-06-22 20:07:50 +0000
commitb46d8c44fbf12e29e20978b4edbcbd1c3be5c5b2 (patch)
tree94cd9040dfb16e567c47154910ddababc8f5f6b2 /src/styleengine.cc
parentfd38ecd41a055dbfbb93e8935c78c6a4a4b2236a (diff)
remove system includes
Diffstat (limited to 'src/styleengine.cc')
-rw-r--r--src/styleengine.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/styleengine.cc b/src/styleengine.cc
index a7593c18..4839931c 100644
--- a/src/styleengine.cc
+++ b/src/styleengine.cc
@@ -9,8 +9,7 @@
* (at your option) any later version.
*/
-#include <stdio.h>
-#include <math.h>
+/* #include <stdio.h> */
#include "../dlib/dlib.h"
#include "msg.h"
#include "prefs.h"