aboutsummaryrefslogtreecommitdiff
path: root/include/base.h
diff options
context:
space:
mode:
authorNicholas <nbnoll@eml.cc>2021-11-20 11:55:55 -0800
committerNicholas <nbnoll@eml.cc>2021-11-20 12:34:01 -0800
commite97c8c469db0aa27985dab2879dc1f14905c7387 (patch)
treef10f7ed68f1ad5212eebb0985ef040c5e96235ba /include/base.h
parenta9bfe650038afea8b751175cac16f6027345e45f (diff)
chore: simplify makefiles
Diffstat (limited to 'include/base.h')
-rw-r--r--include/base.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/base.h b/include/base.h
index 8152cb7..a7e9319 100644
--- a/include/base.h
+++ b/include/base.h
@@ -29,6 +29,7 @@ typedef wchar_t wchar;
#include <base/error.h>
#include <base/io.h>
+/* no dependencies */
#include <base/fmt.h>
#include <base/utf.h>
#include <base/coro.h>