From 926a83bbc12cc09e026a51b173007dc7cda16117 Mon Sep 17 00:00:00 2001 From: Dean Camera Date: Thu, 10 May 2012 20:11:47 +0000 Subject: AppConfigHeaders: Update several user projects to use configuration header files, rather than makefile defines. --- Projects/Benito/Benito.h | 1 + 1 file changed, 1 insertion(+) (limited to 'Projects/Benito/Benito.h') diff --git a/Projects/Benito/Benito.h b/Projects/Benito/Benito.h index 9b91c7c40..184c17385 100644 --- a/Projects/Benito/Benito.h +++ b/Projects/Benito/Benito.h @@ -42,6 +42,7 @@ #include #include "Descriptors.h" + #include "Config/AppConfig.h" #include #include -- cgit v1.2.3 From cb9e7392c5f9f1c51710df1b4bbe1aa11168576f Mon Sep 17 00:00:00 2001 From: Dean Camera Date: Tue, 15 May 2012 19:51:41 +0000 Subject: AppConfigHeaders: Make sure that in applications using an AppConfig.h configuration file, all application headers include the configuration file. --- Projects/Benito/Benito.h | 1 - 1 file changed, 1 deletion(-) (limited to 'Projects/Benito/Benito.h') diff --git a/Projects/Benito/Benito.h b/Projects/Benito/Benito.h index 184c17385..8585fc4ad 100644 --- a/Projects/Benito/Benito.h +++ b/Projects/Benito/Benito.h @@ -44,7 +44,6 @@ #include "Descriptors.h" #include "Config/AppConfig.h" - #include #include #include #include -- cgit v1.2.3