diff options
author | corvid <corvid@lavabit.com> | 2009-06-22 20:07:50 +0000 |
---|---|---|
committer | corvid <corvid@lavabit.com> | 2009-06-22 20:07:50 +0000 |
commit | b46d8c44fbf12e29e20978b4edbcbd1c3be5c5b2 (patch) | |
tree | 94cd9040dfb16e567c47154910ddababc8f5f6b2 /src/html.cc | |
parent | fd38ecd41a055dbfbb93e8935c78c6a4a4b2236a (diff) |
remove system includes
Diffstat (limited to 'src/html.cc')
-rw-r--r-- | src/html.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/html.cc b/src/html.cc index 86e5fe97..493290ff 100644 --- a/src/html.cc +++ b/src/html.cc @@ -20,7 +20,6 @@ #include <string.h> /* for memcpy and memmove */ #include <stdlib.h> #include <stdio.h> /* for sprintf */ -#include <math.h> /* for rint */ #include <errno.h> #include "bw.h" /* for BrowserWindow */ |