Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'bundles/org.eclipse.swt/Eclipse SWT Program/cde/library/cde.h')
-rw-r--r--bundles/org.eclipse.swt/Eclipse SWT Program/cde/library/cde.h27
1 files changed, 27 insertions, 0 deletions
diff --git a/bundles/org.eclipse.swt/Eclipse SWT Program/cde/library/cde.h b/bundles/org.eclipse.swt/Eclipse SWT Program/cde/library/cde.h
new file mode 100644
index 0000000000..f42e66b466
--- /dev/null
+++ b/bundles/org.eclipse.swt/Eclipse SWT Program/cde/library/cde.h
@@ -0,0 +1,27 @@
+/*******************************************************************************
+ * Copyright (c) 2000, 2005 IBM Corporation and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * which accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ *
+ * Contributors:
+ * IBM Corporation - initial API and implementation
+ *******************************************************************************/
+
+#ifndef INC_cde_H
+#define INC_cde_H
+
+#define NDEBUG
+
+#include <stdio.h>
+#include <assert.h>
+
+#include <Dt/Dt.h>
+#include <Dt/Dts.h>
+#include <Dt/Action.h>
+
+#include <X11/IntrinsicP.h>
+#include <X11/Shell.h>
+
+#endif /* INC_cde_H */

Back to the top