diff options
Diffstat (limited to 'source/slang/preprocessor.h')
| -rw-r--r-- | source/slang/preprocessor.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/source/slang/preprocessor.h b/source/slang/preprocessor.h index 0c7848bb4..ebeb810a0 100644 --- a/source/slang/preprocessor.h +++ b/source/slang/preprocessor.h @@ -15,8 +15,7 @@ enum class IncludeResult { Error, NotFound, - FoundIncludeFile, - FoundAutoImportFile, + Found, }; // Callback interface for the preprocessor to use when looking |
