Restructure include files.

This way main.o is much faster to compile, leaving Simulator.o the only
file that really takes time.
This commit is contained in:
2017-10-13 16:09:00 +02:00
parent f413c30279
commit 1945f3c361
3 changed files with 32 additions and 15 deletions

View File

@@ -1,6 +1,8 @@
#include <algorithm>
#include <iostream>
#include <memory>
#include <glog/logging.h>
#include "Options.hpp"
#include "Simulator.hpp"
#include "PNGDumper.hpp"