mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-02-13 11:42:21 +00:00
dtinfogen: update include directives.
This commit is contained in:
parent
26818c2a22
commit
e85356165f
24 changed files with 25 additions and 25 deletions
|
@ -32,7 +32,7 @@
|
|||
*/
|
||||
|
||||
/* imported interfaces */
|
||||
#include "OL-Data.h"
|
||||
#include "OL_Data.h"
|
||||
#include "Task.h"
|
||||
#include "FlexBuffer.h"
|
||||
#include "Token.h"
|
||||
|
|
|
@ -44,7 +44,7 @@ using namespace std;
|
|||
#include "NodeTask.h"
|
||||
#include "TOCTask.h"
|
||||
#include "BookCaseDB.h"
|
||||
#include "OL-Data.h"
|
||||
#include "OL_Data.h"
|
||||
#include "StringList.h"
|
||||
#include "StyleTask.h"
|
||||
#include "api/utility.h"
|
||||
|
|
|
@ -25,7 +25,7 @@
|
|||
#define __Concat_h__
|
||||
|
||||
#include "Task.h"
|
||||
#include "OL-Data.h"
|
||||
#include "OL_Data.h"
|
||||
|
||||
class ExprList;
|
||||
class Token;
|
||||
|
|
|
@ -27,7 +27,7 @@
|
|||
|
||||
/* imported interfaces */
|
||||
#include "Dispatch.h"
|
||||
#include "OL-Data.h"
|
||||
#include "OL_Data.h"
|
||||
#include "Token.h"
|
||||
#include "SGMLName.h"
|
||||
|
||||
|
|
|
@ -25,7 +25,7 @@
|
|||
#ifndef __DataBase_h
|
||||
#define __DataBase_h
|
||||
|
||||
#include "Exceptions.hh"
|
||||
#include "dti_excs/Exceptions.hh"
|
||||
#include "object/c_codes.h" /* mmdb codes */
|
||||
#include "oliasdb/olias_consts.h"
|
||||
#include <errno.h>
|
||||
|
|
|
@ -30,7 +30,7 @@
|
|||
#include "ExprList.h"
|
||||
#include "Expression.h"
|
||||
#include "Token.h"
|
||||
#include "OL-Data.h"
|
||||
#include "OL_Data.h"
|
||||
#include "ConcatTask.h"
|
||||
#include "Content.h"
|
||||
#include "AttributeData.h"
|
||||
|
|
|
@ -29,7 +29,7 @@
|
|||
#include "Dispatch.h"
|
||||
#include "SGMLName.h"
|
||||
#include "OLAF.h"
|
||||
#include "OL-Data.h"
|
||||
#include "OL_Data.h"
|
||||
#include "Token.h"
|
||||
|
||||
#ifdef FISH_DEBUG
|
||||
|
|
|
@ -33,7 +33,7 @@ using namespace std;
|
|||
#include "Dispatch.h"
|
||||
#include "FlexBuffer.h"
|
||||
#include "OLAF.h"
|
||||
#include "OL-Data.h"
|
||||
#include "OL_Data.h"
|
||||
#include "Token.h"
|
||||
#include "SearchEng.h"
|
||||
#include "BookTasks.h"
|
||||
|
|
|
@ -39,7 +39,7 @@
|
|||
#include "Token.h"
|
||||
#include "NodeTask.h"
|
||||
#include "DataBase.h"
|
||||
#include "OL-Data.h"
|
||||
#include "OL_Data.h"
|
||||
#include "OLAF.h"
|
||||
#include "BookTasks.h"
|
||||
#include "BookCaseDB.h"
|
||||
|
|
|
@ -36,7 +36,7 @@
|
|||
#include <string.h>
|
||||
#include <strings.h>
|
||||
|
||||
#include "Exceptions.hh"
|
||||
#include "dti_excs/Exceptions.hh"
|
||||
#include "FlexBuffer.h"
|
||||
#include "oliasdb/mmdb.h"
|
||||
#include "oliasdb/asciiIn_filters.h"
|
||||
|
|
|
@ -28,7 +28,7 @@
|
|||
#include <sstream>
|
||||
using namespace std;
|
||||
|
||||
#include "Exceptions.hh"
|
||||
#include "dti_excs/Exceptions.hh"
|
||||
#include "DataBase.h"
|
||||
#include "BookCaseDB.h"
|
||||
#include "Task.h"
|
||||
|
|
|
@ -49,7 +49,7 @@ using namespace std;
|
|||
#include "SearchEng.h"
|
||||
#include "OLAF.h"
|
||||
#include "SGMLName.h"
|
||||
#include "OL-Data.h"
|
||||
#include "OL_Data.h"
|
||||
#include "BookTasks.h"
|
||||
#include "DataBase.h"
|
||||
#include "BookCaseDB.h"
|
||||
|
|
|
@ -25,7 +25,7 @@
|
|||
#include <stdio.h>
|
||||
|
||||
#include "dti_cc/CC_Stack.h"
|
||||
#include "Exceptions.hh"
|
||||
#include "dti_excs/Exceptions.hh"
|
||||
#include "DataBase.h"
|
||||
|
||||
#include "Dispatch.h"
|
||||
|
|
|
@ -40,7 +40,7 @@ using namespace std;
|
|||
#include "BookTasks.h"
|
||||
#include "BookCaseDB.h"
|
||||
#include "DataBase.h"
|
||||
#include "OL-Data.h"
|
||||
#include "OL_Data.h"
|
||||
#include "NodeData.h"
|
||||
#include "StyleTask.h"
|
||||
#include "api/utility.h"
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
#include "SearchEng.h"
|
||||
#include "OLAF.h"
|
||||
#include "SGMLName.h"
|
||||
#include "OL-Data.h"
|
||||
#include "OL_Data.h"
|
||||
#include "BookTasks.h"
|
||||
#include "DataBase.h"
|
||||
#include "BookCaseDB.h"
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
|
||||
/* imported interfaces */
|
||||
#include "dti_cc/CC_Stack.h"
|
||||
#include "OL-Data.h"
|
||||
#include "OL_Data.h"
|
||||
#include "Task.h"
|
||||
#include "FlexBuffer.h"
|
||||
#include "Token.h"
|
||||
|
|
|
@ -30,7 +30,7 @@
|
|||
#include <sstream>
|
||||
using namespace std;
|
||||
|
||||
#include "Exceptions.hh"
|
||||
#include "dti_excs/Exceptions.hh"
|
||||
#include "Task.h"
|
||||
#include "api/utility.h"
|
||||
|
||||
|
|
|
@ -37,7 +37,7 @@
|
|||
#include "DataBase.h"
|
||||
#include "FlexBuffer.h"
|
||||
#include "OLAF.h"
|
||||
#include "OL-Data.h"
|
||||
#include "OL_Data.h"
|
||||
#include "SGMLName.h"
|
||||
#include "StringList.h"
|
||||
#include "Token.h"
|
||||
|
|
|
@ -27,7 +27,7 @@
|
|||
using namespace std;
|
||||
|
||||
|
||||
#include "Exceptions.hh"
|
||||
#include "dti_excs/Exceptions.hh"
|
||||
#include "dti_cc/CC_Stack.h"
|
||||
|
||||
#include "DataBase.h"
|
||||
|
|
|
@ -30,7 +30,7 @@
|
|||
#include "AttributeRec.h"
|
||||
#include "OLAF.h"
|
||||
#include "SGMLName.h"
|
||||
#include "OL-Data.h"
|
||||
#include "OL_Data.h"
|
||||
#include "BookTasks.h"
|
||||
#include "DataBase.h"
|
||||
#include "BookCaseDB.h"
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
#define __TOCTask_h
|
||||
|
||||
#include "Task.h"
|
||||
#include "OL-Data.h"
|
||||
#include "OL_Data.h"
|
||||
|
||||
class DBTable;
|
||||
class BookTask;
|
||||
|
|
|
@ -163,12 +163,12 @@ void TestTask::data(const char *data, size_t)
|
|||
}
|
||||
|
||||
/*
|
||||
* TestTask 2 is for OL-Data testing
|
||||
* TestTask 2 is for OL_Data testing
|
||||
*/
|
||||
|
||||
#include <stdio.h>
|
||||
#include "OLAF.h"
|
||||
#include "OL-Data.h"
|
||||
#include "OL_Data.h"
|
||||
TestTask2::TestTask2()
|
||||
{
|
||||
f_base = -1;
|
||||
|
|
|
@ -27,7 +27,7 @@
|
|||
|
||||
#include <stddef.h>
|
||||
|
||||
#include "Exceptions.hh"
|
||||
#include "dti_excs/Exceptions.hh"
|
||||
|
||||
class Unexpected : public Exception{
|
||||
public:
|
||||
|
|
|
@ -29,7 +29,7 @@
|
|||
#include <sstream>
|
||||
using namespace std;
|
||||
|
||||
#include "Exceptions.hh"
|
||||
#include "dti_excs/Exceptions.hh"
|
||||
|
||||
#include "SGMLDefn.h"
|
||||
#include "AttributeList.h"
|
||||
|
|
Loading…
Reference in a new issue