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:
@@ -1,6 +1,8 @@
|
||||
#include <algorithm>
|
||||
#include <iostream>
|
||||
#include <memory>
|
||||
#include <glog/logging.h>
|
||||
|
||||
#include "Options.hpp"
|
||||
#include "Simulator.hpp"
|
||||
#include "PNGDumper.hpp"
|
||||
|
||||
Reference in New Issue
Block a user