Fixup all these includes so a -I/usr/include/cdk isn't required.
This commit is contained in:
parent
083a373737
commit
323dece9e0
|
@ -1,9 +1,9 @@
|
|||
#ifndef CDKALPHALIST_H
|
||||
#define CDKALPHALIST_H 1
|
||||
|
||||
#include <cdk.h>
|
||||
#include <entry.h>
|
||||
#include <scroll.h>
|
||||
#include <cdk/cdk.h>
|
||||
#include <cdk/entry.h>
|
||||
#include <cdk/scroll.h>
|
||||
|
||||
/*
|
||||
* Description of the widget:
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
#ifndef CDKBINDING_H
|
||||
#define CDKBINDING_H 1
|
||||
|
||||
#include <cdk.h>
|
||||
#include <cdk/cdk.h>
|
||||
|
||||
/*
|
||||
* Copyright 1999, Mike Glover
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
#ifndef CDKBUTTONBOX_H
|
||||
#define CDKBUTTONBOX_H 1
|
||||
|
||||
#include <cdk.h>
|
||||
#include <cdk/cdk.h>
|
||||
|
||||
/*
|
||||
* Description of the widget:
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
#ifndef CDKCALENDAR_H
|
||||
#define CDKCALENDAR_H 1
|
||||
|
||||
#include <cdk.h>
|
||||
#include <cdk/cdk.h>
|
||||
|
||||
/*
|
||||
* Description of the widget:
|
||||
|
|
|
@ -34,7 +34,7 @@
|
|||
* SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
#include <cdk_config.h>
|
||||
#include <cdk/cdk_config.h>
|
||||
|
||||
#ifdef CDK_PERL_EXT
|
||||
#undef instr
|
||||
|
@ -232,37 +232,37 @@ void stopCDKDebug (FILE *fd);
|
|||
/*
|
||||
* These header files define miscellaneous values and prototypes.
|
||||
*/
|
||||
#include <cdkscreen.h>
|
||||
#include <curdefs.h>
|
||||
#include <binding.h>
|
||||
#include <cdk_util.h>
|
||||
#include <cdk_objs.h>
|
||||
#include <cdk/cdkscreen.h>
|
||||
#include <cdk/curdefs.h>
|
||||
#include <cdk/binding.h>
|
||||
#include <cdk/cdk_util.h>
|
||||
#include <cdk/cdk_objs.h>
|
||||
|
||||
/*
|
||||
* Include the CDK widget header files.
|
||||
*/
|
||||
#include <alphalist.h>
|
||||
#include <buttonbox.h>
|
||||
#include <calendar.h>
|
||||
#include <dialog.h>
|
||||
#include <entry.h>
|
||||
#include <fselect.h>
|
||||
#include <graph.h>
|
||||
#include <histogram.h>
|
||||
#include <itemlist.h>
|
||||
#include <label.h>
|
||||
#include <marquee.h>
|
||||
#include <matrix.h>
|
||||
#include <mentry.h>
|
||||
#include <menu.h>
|
||||
#include <radio.h>
|
||||
#include <scale.h>
|
||||
#include <scroll.h>
|
||||
#include <selection.h>
|
||||
#include <slider.h>
|
||||
#include <swindow.h>
|
||||
#include <template.h>
|
||||
#include <viewer.h>
|
||||
#include <draw.h>
|
||||
#include <cdk/alphalist.h>
|
||||
#include <cdk/buttonbox.h>
|
||||
#include <cdk/calendar.h>
|
||||
#include <cdk/dialog.h>
|
||||
#include <cdk/entry.h>
|
||||
#include <cdk/fselect.h>
|
||||
#include <cdk/graph.h>
|
||||
#include <cdk/histogram.h>
|
||||
#include <cdk/itemlist.h>
|
||||
#include <cdk/label.h>
|
||||
#include <cdk/marquee.h>
|
||||
#include <cdk/matrix.h>
|
||||
#include <cdk/mentry.h>
|
||||
#include <cdk/menu.h>
|
||||
#include <cdk/radio.h>
|
||||
#include <cdk/scale.h>
|
||||
#include <cdk/scroll.h>
|
||||
#include <cdk/selection.h>
|
||||
#include <cdk/slider.h>
|
||||
#include <cdk/swindow.h>
|
||||
#include <cdk/template.h>
|
||||
#include <cdk/viewer.h>
|
||||
#include <cdk/draw.h>
|
||||
|
||||
#endif /* CDK_H */
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
#ifndef CDKUTIL_H
|
||||
#define CDKUTIL_H 1
|
||||
|
||||
#include <cdk.h>
|
||||
#include <cdk/cdk.h>
|
||||
|
||||
/*
|
||||
* Copyright 1999, Mike Glover
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
#ifndef CDKSCREEN_H
|
||||
#define CDKSCREEN_H 1
|
||||
|
||||
#include <cdk.h>
|
||||
#include <cdk/cdk.h>
|
||||
|
||||
/*
|
||||
* Copyright 1999, Mike Glover
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
#ifndef CDKDIALOG_H
|
||||
#define CDKDIALOG_H 1
|
||||
|
||||
#include <cdk.h>
|
||||
#include <cdk/cdk.h>
|
||||
|
||||
/*
|
||||
* Description of the widget:
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
#ifndef CDKDRAW_H
|
||||
#define CDKDRAW_H 1
|
||||
|
||||
#include <cdk.h>
|
||||
#include <cdk/cdk.h>
|
||||
|
||||
/*
|
||||
* Copyright 1999, Mike Glover
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
#ifndef CDKENTRY_H
|
||||
#define CDKENTRY_H 1
|
||||
|
||||
#include <cdk.h>
|
||||
#include <cdk/cdk.h>
|
||||
|
||||
/*
|
||||
* Description of the widget:
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
#ifndef CDKFSELECT_H
|
||||
#define CDKFSELECT_H 1
|
||||
|
||||
#include <cdk.h>
|
||||
#include <cdk/cdk.h>
|
||||
|
||||
/*
|
||||
* Description of the widget:
|
||||
|
@ -41,8 +41,8 @@
|
|||
* SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
#include <label.h>
|
||||
#include <entry.h>
|
||||
#include <cdk/label.h>
|
||||
#include <cdk/entry.h>
|
||||
|
||||
/*
|
||||
* Define the CDK file selector widget structure.
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
#ifndef CDKGRAPH_H
|
||||
#define CDKGRAPH_H 1
|
||||
|
||||
#include <cdk.h>
|
||||
#include <cdk/cdk.h>
|
||||
|
||||
/*
|
||||
* Description of the widget:
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
#ifndef CDKHISTOGRAM_H
|
||||
#define CDKHISTOGRAM_H 1
|
||||
|
||||
#include <cdk.h>
|
||||
#include <cdk/cdk.h>
|
||||
|
||||
/*
|
||||
* Description of the widget:
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
#ifndef CDKITEMLIST_H
|
||||
#define CDKITEMLIST_H 1
|
||||
|
||||
#include <cdk.h>
|
||||
#include <cdk/cdk.h>
|
||||
|
||||
/*
|
||||
* Description of the widget:
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
#ifndef CDKLABEL_H
|
||||
#define CDKLABEL_H 1
|
||||
|
||||
#include <cdk.h>
|
||||
#include <cdk/cdk.h>
|
||||
|
||||
/*
|
||||
* Description of the widget:
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
#ifndef CDKMARQUEE_H
|
||||
#define CDKMARQUEE_H 1
|
||||
|
||||
#include <cdk.h>
|
||||
#include <cdk/cdk.h>
|
||||
|
||||
/*
|
||||
* Description of the widget:
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
#ifndef CDKMATRIX_H
|
||||
#define CDKMATRIX_H 1
|
||||
|
||||
#include <cdk.h>
|
||||
#include <cdk/cdk.h>
|
||||
|
||||
/*
|
||||
* Description of the widget:
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
#ifndef CDKMENTRY_H
|
||||
#define CDKMENTRY_H 1
|
||||
|
||||
#include <cdk.h>
|
||||
#include <cdk/cdk.h>
|
||||
|
||||
/*
|
||||
* Description of the widget:
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
#ifndef CDKMENU_H
|
||||
#define CDKMENU_H 1
|
||||
|
||||
#include <cdk.h>
|
||||
#include <cdk/cdk.h>
|
||||
|
||||
/*
|
||||
* Copyright 1999, Mike Glover
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
#ifndef CDKRADIO_H
|
||||
#define CDKRADIO_H 1
|
||||
|
||||
#include <cdk.h>
|
||||
#include <cdk/cdk.h>
|
||||
|
||||
/*
|
||||
* Description of the widget:
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
#ifndef CDKSCALE_H
|
||||
#define CDKSCALE_H 1
|
||||
|
||||
#include <cdk.h>
|
||||
#include <cdk/cdk.h>
|
||||
|
||||
/*
|
||||
* Description of the widget:
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
#ifndef CDKSCROLL_H
|
||||
#define CDKSCROLL_H 1
|
||||
|
||||
#include <cdk.h>
|
||||
#include <cdk/cdk.h>
|
||||
|
||||
/*
|
||||
* Description of the widget:
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
#ifndef CDKSELECTION_H
|
||||
#define CDKSELECTION_H 1
|
||||
|
||||
#include <cdk.h>
|
||||
#include <cdk/cdk.h>
|
||||
|
||||
/*
|
||||
* Description of the widget:
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
#ifndef CDKSLIDER_H
|
||||
#define CDKSLIDER_H 1
|
||||
|
||||
#include <cdk.h>
|
||||
#include <cdk/cdk.h>
|
||||
|
||||
/*
|
||||
* Description of the widget:
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
#ifndef CDKSWINDOW_H
|
||||
#define CDKSWINDOW_H 1
|
||||
|
||||
#include <cdk.h>
|
||||
#include <cdk/cdk.h>
|
||||
|
||||
/*
|
||||
* Description of the widget:
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
#ifndef CDKTEMPLATE_H
|
||||
#define CDKTEMPLATE_H 1
|
||||
|
||||
#include <cdk.h>
|
||||
#include <cdk/cdk.h>
|
||||
|
||||
/*
|
||||
* Description of the widget:
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
#ifndef CDKVIEWER_H
|
||||
#define CDKVIEWER_H 1
|
||||
|
||||
#include <cdk.h>
|
||||
#include <cdk/cdk.h>
|
||||
|
||||
/*
|
||||
* Description of the widget:
|
||||
|
|
Loading…
Reference in New Issue