aboutsummaryrefslogtreecommitdiffstats
path: root/logging.h
diff options
context:
space:
mode:
authorAlex Butum <alexbutum@linux.com>2014-07-08 12:26:55 +0300
committerAlex Butum <alexbutum@linux.com>2014-07-08 12:26:55 +0300
commit46c977f29b8d356dd99542c54f8e7eae62fd3a59 (patch)
tree341cd99664a86cda2a52c8de658eb19db10914c3 /logging.h
parentb2ba5f61b09a501762e562387f50ca7a92dd9bb7 (diff)
downloadcrow-46c977f29b8d356dd99542c54f8e7eae62fd3a59.tar.gz
crow-46c977f29b8d356dd99542c54f8e7eae62fd3a59.zip
Use C++ style header include
Diffstat (limited to 'logging.h')
-rw-r--r--logging.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/logging.h b/logging.h
index aed7521..b43a969 100644
--- a/logging.h
+++ b/logging.h
@@ -2,9 +2,9 @@
#include <string>
#include <chrono>
-#include <stdio.h>
-#include <stdlib.h>
-#include <time.h>
+#include <cstdio>
+#include <cstdlib>
+#include <ctime>
#include <iostream>
#include <sstream>