moved time.h inside conditional

This commit is contained in:
Antoine Drouin
2010-09-27 15:48:40 +00:00
parent 1165b9d12d
commit 772c662a81
+1 -1
View File
@@ -28,9 +28,9 @@
#include "ins_qkf.hpp"
#include "assertions.hpp"
#include "timer.hpp"
#ifdef TIME_OPS
#include "timer.hpp"
# include <iostream>
#endif