From 2cdd70a034f183fb4b7926d0979650e8c3df1430 Mon Sep 17 00:00:00 2001 From: Chris Wilson Date: Tue, 24 Mar 2009 15:22:54 +0000 Subject: Switch to C++ include file names. --- lib/common/Logging.cpp | 2 +- lib/common/Timer.cpp | 1 + lib/common/WaitForEvent.h | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) (limited to 'lib/common') diff --git a/lib/common/Logging.cpp b/lib/common/Logging.cpp index 802f6a3b..d16b1514 100644 --- a/lib/common/Logging.cpp +++ b/lib/common/Logging.cpp @@ -10,7 +10,6 @@ #include "Box.h" #include -#include #include #ifdef HAVE_SYSLOG_H @@ -20,6 +19,7 @@ #include #endif +#include #include #include "BoxTime.h" diff --git a/lib/common/Timer.cpp b/lib/common/Timer.cpp index cac86512..01afa91b 100644 --- a/lib/common/Timer.cpp +++ b/lib/common/Timer.cpp @@ -15,6 +15,7 @@ #include "Box.h" #include +#include #include "Timer.h" #include "Logging.h" diff --git a/lib/common/WaitForEvent.h b/lib/common/WaitForEvent.h index 9febf5d4..045d6d67 100644 --- a/lib/common/WaitForEvent.h +++ b/lib/common/WaitForEvent.h @@ -10,7 +10,7 @@ #ifndef WAITFOREVENT__H #define WAITFOREVENT__H -#include +#include #ifdef HAVE_KQUEUE #include -- cgit v1.2.3