diff options
| author | Shinichiro Hamaji <shinichiro.hamaji@gmail.com> | 2015-07-05 02:53:04 +0900 |
|---|---|---|
| committer | Shinichiro Hamaji <shinichiro.hamaji@gmail.com> | 2015-07-05 02:53:04 +0900 |
| commit | cbd34cdefdbbf9c3802c6d8428a79d2efaa99b6b (patch) | |
| tree | 715ee8ddb8f420f5c5fa36d788022fe11f3debce /main.cc | |
| parent | 0f7af70fb6849c0c4a3cde5df7d0c5b90d8ba99a (diff) | |
[C++] Rename time.h to timeutil.h
Using a standard header name is not a good idea.
Diffstat (limited to 'main.cc')
| -rw-r--r-- | main.cc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -37,7 +37,7 @@ #include "stringprintf.h" #include "strutil.h" #include "symtab.h" -#include "time.h" +#include "timeutil.h" #include "var.h" static const char* g_makefile; |
