diff options
Diffstat (limited to 'base/circlebuf.cc')
-rw-r--r-- | base/circlebuf.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/base/circlebuf.cc b/base/circlebuf.cc index 482c97f84..311de60b7 100644 --- a/base/circlebuf.cc +++ b/base/circlebuf.cc @@ -33,9 +33,9 @@ #include <string.h> #include <unistd.h> -#include "cprintf.hh" #include "circlebuf.hh" -#include "intmath.h" +#include "cprintf.hh" +#include "intmath.hh" using namespace std; |