diff options
Diffstat (limited to 'src/util/file_watcher.h')
| -rw-r--r-- | src/util/file_watcher.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/util/file_watcher.h b/src/util/file_watcher.h index 2766a43..c183e8a 100644 --- a/src/util/file_watcher.h +++ b/src/util/file_watcher.h @@ -5,9 +5,9 @@ #if !defined(STRIP_ALL) +#include <ctime> #include <string> #include <vector> -#include <ctime> class FileWatcher { public: @@ -28,6 +28,6 @@ class FileWatcher { time_t get_mtime(const char* path); }; -#endif // !defined(STRIP_ALL) +#endif // !defined(STRIP_ALL) -#endif // FILE_WATCHER_H_ +#endif // FILE_WATCHER_H_ |
