diff options
author | Oxore <oxore@protonmail.com> | 2023-03-06 11:30:08 +0300 |
---|---|---|
committer | Oxore <oxore@protonmail.com> | 2023-03-06 11:30:08 +0300 |
commit | dfcf63dded68e7bf1eea2112feb6e993d75c9907 (patch) | |
tree | 0d1e3e5f3d00f0f550e3fc1cfc110907cb7ee6ce /third_party/Time/time.h | |
parent | 5e565f35686b41ae5b5a2125213e01d8aa9d0e61 (diff) |
Reduce include path pollution
Diffstat (limited to 'third_party/Time/time.h')
-rw-r--r-- | third_party/Time/time.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/third_party/Time/time.h b/third_party/Time/time.h deleted file mode 100644 index ea1f265..0000000 --- a/third_party/Time/time.h +++ /dev/null @@ -1,6 +0,0 @@ -#ifndef TIME_INCLUDED -#define TIME_INCLUDED - -void TimeInit (void); - -#endif // TIME_INCLUDED |