remove unnecessary OctalCode include in main

This commit is contained in:
Stephen Birarda 2013-06-07 10:59:40 -07:00
parent f42f248db2
commit 222a596754

View file

@ -18,8 +18,6 @@
#include "Application.h"
#include "Log.h"
#include <OctalCode.h>
int main(int argc, const char * argv[]) {
timeval startup_time;
gettimeofday(&startup_time, NULL);