From fc0c4c0df7b583b55a08317cf1ef6a71d27c0440 Mon Sep 17 00:00:00 2001
From: Ash Wolf <ninji@wuffs.org>
Date: Thu, 26 Jan 2023 11:30:23 +0000
Subject: rename IncludeSearch enum names to match what they actually do

---
 includes/cmdline.h | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

(limited to 'includes')

diff --git a/includes/cmdline.h b/includes/cmdline.h
index 45f052e..363766e 100644
--- a/includes/cmdline.h
+++ b/includes/cmdline.h
@@ -487,11 +487,10 @@ enum {
 };
 
 enum {
-    IncludeSearch_Type0 = 0,
-    IncludeSearch_Type1 = 1,
-    IncludeSearch_Type2 = 2,
-    IncludeSearch_Type3 = 3,
-    IncludeSearch_Type4 = 4
+    IncludeSearch_Proj = 0,
+    IncludeSearch_Source = 1,
+    IncludeSearch_Explicit = 2,
+    IncludeSearch_Include = 3
 };
 
 typedef struct PrefPanel PrefPanel;
-- 
cgit v1.2.3