aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/utils/environmentfwd.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libs/utils/environmentfwd.h')
-rw-r--r--src/libs/utils/environmentfwd.h15
1 files changed, 3 insertions, 12 deletions
diff --git a/src/libs/utils/environmentfwd.h b/src/libs/utils/environmentfwd.h
index 8a2c444cc4..376d1ea08c 100644
--- a/src/libs/utils/environmentfwd.h
+++ b/src/libs/utils/environmentfwd.h
@@ -7,19 +7,10 @@
namespace Utils {
-class NameValueDictionary;
-class NameValueItem;
-using NameValueItems = QList<NameValueItem>;
-
class Environment;
-using EnvironmentItem = NameValueItem;
-using EnvironmentItems = NameValueItems;
+class EnvironmentItem;
+using EnvironmentItems = QList<EnvironmentItem>;
-class PreprocessorMacroDictionary;
-using PreprocessorMacroItem = NameValueItem;
-using PreprocessorMacroItems = NameValueItems;
-
-class NameValueModel;
-class EnvironmentModel;
+class NameValueDictionary;
} // namespace Utils