summaryrefslogtreecommitdiff
path: root/ACE/examples/ConfigViewer/stdafx.h
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/examples/ConfigViewer/stdafx.h')
-rw-r--r--ACE/examples/ConfigViewer/stdafx.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/ACE/examples/ConfigViewer/stdafx.h b/ACE/examples/ConfigViewer/stdafx.h
new file mode 100644
index 00000000000..565059d0dd3
--- /dev/null
+++ b/ACE/examples/ConfigViewer/stdafx.h
@@ -0,0 +1,16 @@
+/* -*- C++ -*- */
+// $Id$
+
+#include "ace/ace.h"
+#include "ace/os.h"
+#include "ace/Configuration.h"
+#include "wx/wxprec.h"
+#include "wx/laywin.h"
+#include "wx/treectrl.h"
+#include "wx/listctrl.h"
+#include "wx/splitter.h"
+
+
+
+
+