Skip to content

Commit

Permalink
Do not use backwards headers
Browse files Browse the repository at this point in the history
  • Loading branch information
Janosch Machowinski committed Jun 17, 2016
1 parent d0a3ee5 commit 4ec8cfc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/IOStream.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#include <iodrivers_base/IOStream.hpp>
#include <iodrivers_base/Exceptions.hpp>
#include <base/logging.h>
#include <base/Logging.hpp>

#include <sys/types.h>
#include <sys/stat.h>
Expand Down
2 changes: 1 addition & 1 deletion src/IOStream.hpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#ifndef IODRIVERS_BASE_IOSTREAM_HH
#define IODRIVERS_BASE_IOSTREAM_HH

#include <base/time.h>
#include <base/Time.hpp>

#include <unistd.h>
#include <netinet/in.h>
Expand Down
2 changes: 1 addition & 1 deletion src/Status.hpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#ifndef IODRIVERS_BASE_STATUS_HPP
#define IODRIVERS_BASE_STATUS_HPP

#include <base/time.h>
#include <base/Time.hpp>

namespace iodrivers_base {
/** This structure holds IO statistics */
Expand Down

0 comments on commit 4ec8cfc

Please sign in to comment.