aboutsummaryrefslogtreecommitdiff
path: root/include/optparse.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/optparse.h')
-rw-r--r--include/optparse.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/optparse.h b/include/optparse.h
index 5f7eafd..7e2c315 100644
--- a/include/optparse.h
+++ b/include/optparse.h
@@ -3,10 +3,10 @@
#include <stddef.h>
-#include "__charN_t.h"
-#include "__rune.h"
-#include "__u8view.h"
#include "_attrs.h"
+#include "_charN_t.h"
+#include "_rune.h"
+#include "_u8view.h"
struct optparse {
bool _b;