Fixup all these includes so a -I/usr/include/cdk isn't required.

This commit is contained in:
garbled 2001-01-05 01:11:34 +00:00
parent 083a373737
commit 323dece9e0
27 changed files with 59 additions and 59 deletions

View File

@ -1,9 +1,9 @@
#ifndef CDKALPHALIST_H #ifndef CDKALPHALIST_H
#define CDKALPHALIST_H 1 #define CDKALPHALIST_H 1
#include <cdk.h> #include <cdk/cdk.h>
#include <entry.h> #include <cdk/entry.h>
#include <scroll.h> #include <cdk/scroll.h>
/* /*
* Description of the widget: * Description of the widget:

View File

@ -1,7 +1,7 @@
#ifndef CDKBINDING_H #ifndef CDKBINDING_H
#define CDKBINDING_H 1 #define CDKBINDING_H 1
#include <cdk.h> #include <cdk/cdk.h>
/* /*
* Copyright 1999, Mike Glover * Copyright 1999, Mike Glover

View File

@ -1,7 +1,7 @@
#ifndef CDKBUTTONBOX_H #ifndef CDKBUTTONBOX_H
#define CDKBUTTONBOX_H 1 #define CDKBUTTONBOX_H 1
#include <cdk.h> #include <cdk/cdk.h>
/* /*
* Description of the widget: * Description of the widget:

View File

@ -1,7 +1,7 @@
#ifndef CDKCALENDAR_H #ifndef CDKCALENDAR_H
#define CDKCALENDAR_H 1 #define CDKCALENDAR_H 1
#include <cdk.h> #include <cdk/cdk.h>
/* /*
* Description of the widget: * Description of the widget:

View File

@ -34,7 +34,7 @@
* SUCH DAMAGE. * SUCH DAMAGE.
*/ */
#include <cdk_config.h> #include <cdk/cdk_config.h>
#ifdef CDK_PERL_EXT #ifdef CDK_PERL_EXT
#undef instr #undef instr
@ -232,37 +232,37 @@ void stopCDKDebug (FILE *fd);
/* /*
* These header files define miscellaneous values and prototypes. * These header files define miscellaneous values and prototypes.
*/ */
#include <cdkscreen.h> #include <cdk/cdkscreen.h>
#include <curdefs.h> #include <cdk/curdefs.h>
#include <binding.h> #include <cdk/binding.h>
#include <cdk_util.h> #include <cdk/cdk_util.h>
#include <cdk_objs.h> #include <cdk/cdk_objs.h>
/* /*
* Include the CDK widget header files. * Include the CDK widget header files.
*/ */
#include <alphalist.h> #include <cdk/alphalist.h>
#include <buttonbox.h> #include <cdk/buttonbox.h>
#include <calendar.h> #include <cdk/calendar.h>
#include <dialog.h> #include <cdk/dialog.h>
#include <entry.h> #include <cdk/entry.h>
#include <fselect.h> #include <cdk/fselect.h>
#include <graph.h> #include <cdk/graph.h>
#include <histogram.h> #include <cdk/histogram.h>
#include <itemlist.h> #include <cdk/itemlist.h>
#include <label.h> #include <cdk/label.h>
#include <marquee.h> #include <cdk/marquee.h>
#include <matrix.h> #include <cdk/matrix.h>
#include <mentry.h> #include <cdk/mentry.h>
#include <menu.h> #include <cdk/menu.h>
#include <radio.h> #include <cdk/radio.h>
#include <scale.h> #include <cdk/scale.h>
#include <scroll.h> #include <cdk/scroll.h>
#include <selection.h> #include <cdk/selection.h>
#include <slider.h> #include <cdk/slider.h>
#include <swindow.h> #include <cdk/swindow.h>
#include <template.h> #include <cdk/template.h>
#include <viewer.h> #include <cdk/viewer.h>
#include <draw.h> #include <cdk/draw.h>
#endif /* CDK_H */ #endif /* CDK_H */

View File

@ -1,7 +1,7 @@
#ifndef CDKUTIL_H #ifndef CDKUTIL_H
#define CDKUTIL_H 1 #define CDKUTIL_H 1
#include <cdk.h> #include <cdk/cdk.h>
/* /*
* Copyright 1999, Mike Glover * Copyright 1999, Mike Glover

View File

@ -1,7 +1,7 @@
#ifndef CDKSCREEN_H #ifndef CDKSCREEN_H
#define CDKSCREEN_H 1 #define CDKSCREEN_H 1
#include <cdk.h> #include <cdk/cdk.h>
/* /*
* Copyright 1999, Mike Glover * Copyright 1999, Mike Glover

View File

@ -1,7 +1,7 @@
#ifndef CDKDIALOG_H #ifndef CDKDIALOG_H
#define CDKDIALOG_H 1 #define CDKDIALOG_H 1
#include <cdk.h> #include <cdk/cdk.h>
/* /*
* Description of the widget: * Description of the widget:

View File

@ -1,7 +1,7 @@
#ifndef CDKDRAW_H #ifndef CDKDRAW_H
#define CDKDRAW_H 1 #define CDKDRAW_H 1
#include <cdk.h> #include <cdk/cdk.h>
/* /*
* Copyright 1999, Mike Glover * Copyright 1999, Mike Glover

View File

@ -1,7 +1,7 @@
#ifndef CDKENTRY_H #ifndef CDKENTRY_H
#define CDKENTRY_H 1 #define CDKENTRY_H 1
#include <cdk.h> #include <cdk/cdk.h>
/* /*
* Description of the widget: * Description of the widget:

View File

@ -1,7 +1,7 @@
#ifndef CDKFSELECT_H #ifndef CDKFSELECT_H
#define CDKFSELECT_H 1 #define CDKFSELECT_H 1
#include <cdk.h> #include <cdk/cdk.h>
/* /*
* Description of the widget: * Description of the widget:
@ -41,8 +41,8 @@
* SUCH DAMAGE. * SUCH DAMAGE.
*/ */
#include <label.h> #include <cdk/label.h>
#include <entry.h> #include <cdk/entry.h>
/* /*
* Define the CDK file selector widget structure. * Define the CDK file selector widget structure.

View File

@ -1,7 +1,7 @@
#ifndef CDKGRAPH_H #ifndef CDKGRAPH_H
#define CDKGRAPH_H 1 #define CDKGRAPH_H 1
#include <cdk.h> #include <cdk/cdk.h>
/* /*
* Description of the widget: * Description of the widget:

View File

@ -1,7 +1,7 @@
#ifndef CDKHISTOGRAM_H #ifndef CDKHISTOGRAM_H
#define CDKHISTOGRAM_H 1 #define CDKHISTOGRAM_H 1
#include <cdk.h> #include <cdk/cdk.h>
/* /*
* Description of the widget: * Description of the widget:

View File

@ -1,7 +1,7 @@
#ifndef CDKITEMLIST_H #ifndef CDKITEMLIST_H
#define CDKITEMLIST_H 1 #define CDKITEMLIST_H 1
#include <cdk.h> #include <cdk/cdk.h>
/* /*
* Description of the widget: * Description of the widget:

View File

@ -1,7 +1,7 @@
#ifndef CDKLABEL_H #ifndef CDKLABEL_H
#define CDKLABEL_H 1 #define CDKLABEL_H 1
#include <cdk.h> #include <cdk/cdk.h>
/* /*
* Description of the widget: * Description of the widget:

View File

@ -1,7 +1,7 @@
#ifndef CDKMARQUEE_H #ifndef CDKMARQUEE_H
#define CDKMARQUEE_H 1 #define CDKMARQUEE_H 1
#include <cdk.h> #include <cdk/cdk.h>
/* /*
* Description of the widget: * Description of the widget:

View File

@ -1,7 +1,7 @@
#ifndef CDKMATRIX_H #ifndef CDKMATRIX_H
#define CDKMATRIX_H 1 #define CDKMATRIX_H 1
#include <cdk.h> #include <cdk/cdk.h>
/* /*
* Description of the widget: * Description of the widget:

View File

@ -1,7 +1,7 @@
#ifndef CDKMENTRY_H #ifndef CDKMENTRY_H
#define CDKMENTRY_H 1 #define CDKMENTRY_H 1
#include <cdk.h> #include <cdk/cdk.h>
/* /*
* Description of the widget: * Description of the widget:

View File

@ -1,7 +1,7 @@
#ifndef CDKMENU_H #ifndef CDKMENU_H
#define CDKMENU_H 1 #define CDKMENU_H 1
#include <cdk.h> #include <cdk/cdk.h>
/* /*
* Copyright 1999, Mike Glover * Copyright 1999, Mike Glover

View File

@ -1,7 +1,7 @@
#ifndef CDKRADIO_H #ifndef CDKRADIO_H
#define CDKRADIO_H 1 #define CDKRADIO_H 1
#include <cdk.h> #include <cdk/cdk.h>
/* /*
* Description of the widget: * Description of the widget:

View File

@ -1,7 +1,7 @@
#ifndef CDKSCALE_H #ifndef CDKSCALE_H
#define CDKSCALE_H 1 #define CDKSCALE_H 1
#include <cdk.h> #include <cdk/cdk.h>
/* /*
* Description of the widget: * Description of the widget:

View File

@ -1,7 +1,7 @@
#ifndef CDKSCROLL_H #ifndef CDKSCROLL_H
#define CDKSCROLL_H 1 #define CDKSCROLL_H 1
#include <cdk.h> #include <cdk/cdk.h>
/* /*
* Description of the widget: * Description of the widget:

View File

@ -1,7 +1,7 @@
#ifndef CDKSELECTION_H #ifndef CDKSELECTION_H
#define CDKSELECTION_H 1 #define CDKSELECTION_H 1
#include <cdk.h> #include <cdk/cdk.h>
/* /*
* Description of the widget: * Description of the widget:

View File

@ -1,7 +1,7 @@
#ifndef CDKSLIDER_H #ifndef CDKSLIDER_H
#define CDKSLIDER_H 1 #define CDKSLIDER_H 1
#include <cdk.h> #include <cdk/cdk.h>
/* /*
* Description of the widget: * Description of the widget:

View File

@ -1,7 +1,7 @@
#ifndef CDKSWINDOW_H #ifndef CDKSWINDOW_H
#define CDKSWINDOW_H 1 #define CDKSWINDOW_H 1
#include <cdk.h> #include <cdk/cdk.h>
/* /*
* Description of the widget: * Description of the widget:

View File

@ -1,7 +1,7 @@
#ifndef CDKTEMPLATE_H #ifndef CDKTEMPLATE_H
#define CDKTEMPLATE_H 1 #define CDKTEMPLATE_H 1
#include <cdk.h> #include <cdk/cdk.h>
/* /*
* Description of the widget: * Description of the widget:

View File

@ -1,7 +1,7 @@
#ifndef CDKVIEWER_H #ifndef CDKVIEWER_H
#define CDKVIEWER_H 1 #define CDKVIEWER_H 1
#include <cdk.h> #include <cdk/cdk.h>
/* /*
* Description of the widget: * Description of the widget: