diff options
Diffstat (limited to 'project')
-rw-r--r-- | project/headers.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/project/headers.mk b/project/headers.mk index a8fe79c..f8bf78a 100644 --- a/project/headers.mk +++ b/project/headers.mk @@ -78,7 +78,6 @@ INTERNAL_HEADERS = \ $(SOURCE_DIR)/src/internal/./ntapi_fnapi.h \ $(SOURCE_DIR)/src/internal/./ntapi_hash_table.h \ $(SOURCE_DIR)/src/internal/./ntapi_impl.h \ - $(SOURCE_DIR)/src/internal/./ntapi_log.h \ $(SOURCE_DIR)/src/internal/./ntapi_pty.h \ ALL_HEADERS = $(API_HEADERS) $(INTERNAL_HEADERS) \ |