mirror of
https://github.com/overte-org/overte.git
synced 2025-08-10 01:00:44 +02:00
remove unnecessary OctalCode include in main
This commit is contained in:
parent
f42f248db2
commit
222a596754
1 changed files with 0 additions and 2 deletions
|
@ -18,8 +18,6 @@
|
||||||
#include "Application.h"
|
#include "Application.h"
|
||||||
#include "Log.h"
|
#include "Log.h"
|
||||||
|
|
||||||
#include <OctalCode.h>
|
|
||||||
|
|
||||||
int main(int argc, const char * argv[]) {
|
int main(int argc, const char * argv[]) {
|
||||||
timeval startup_time;
|
timeval startup_time;
|
||||||
gettimeofday(&startup_time, NULL);
|
gettimeofday(&startup_time, NULL);
|
||||||
|
|
Loading…
Reference in a new issue