changed include to use quotes

This commit is contained in:
Dave Schuyler 2003-10-28 05:15:48 +00:00
parent 40416504b9
commit f24d405030
56 changed files with 67 additions and 67 deletions

View File

@ -6,10 +6,10 @@
#include "interrogate_interface.h"
#include <dtoolbase.h>
#include "dtoolbase.h"
#undef HAVE_LONG_LONG
#include <Python.h>
#include "Python.h"
extern "C" {

View File

@ -19,7 +19,7 @@
#ifndef CPPPOINTERTYPE_H
#define CPPPOINTERTYPE_H
#include <dtoolbase.h>
#include "dtoolbase.h"
#include "cppType.h"

View File

@ -19,7 +19,7 @@
#ifndef CPPPREPROCESSOR_H
#define CPPPREPROCESSOR_H
#include <dtoolbase.h>
#include "dtoolbase.h"
#include "cppManifest.h"
#include "cppToken.h"

View File

@ -19,7 +19,7 @@
#ifndef CPPREFERENCETYPE_H
#define CPPREFERENCETYPE_H
#include <dtoolbase.h>
#include "dtoolbase.h"
#include "cppType.h"

View File

@ -19,7 +19,7 @@
#ifndef CPPSCOPE_H
#define CPPSCOPE_H
#include <dtoolbase.h>
#include "dtoolbase.h"
#include "cppVisibility.h"
#include "cppTemplateParameterList.h"

View File

@ -19,7 +19,7 @@
#ifndef CPPSIMPLETYPE_H
#define CPPSIMPLETYPE_H
#include <dtoolbase.h>
#include "dtoolbase.h"
#include "cppType.h"

View File

@ -19,7 +19,7 @@
#ifndef CPPSTRUCTTYPE_H
#define CPPSTRUCTTYPE_H
#include <dtoolbase.h>
#include "dtoolbase.h"
#include "cppExtensionType.h"
#include "cppVisibility.h"

View File

@ -19,7 +19,7 @@
#ifndef CPPTBDTYPE_H
#define CPPTBDTYPE_H
#include <dtoolbase.h>
#include "dtoolbase.h"
#include "cppType.h"

View File

@ -19,7 +19,7 @@
#ifndef CPPTEMPLATEPARAMETERLIST_H
#define CPPTEMPLATEPARAMETERLIST_H
#include <dtoolbase.h>
#include "dtoolbase.h"
#include "cppDeclaration.h"

View File

@ -19,7 +19,7 @@
#ifndef CPPTEMPLATESCOPE_H
#define CPPTEMPLATESCOPE_H
#include <dtoolbase.h>
#include "dtoolbase.h"
#include "cppScope.h"
#include "cppTemplateParameterList.h"

View File

@ -19,7 +19,7 @@
#ifndef CPPTOKEN_H
#define CPPTOKEN_H
#include <dtoolbase.h>
#include "dtoolbase.h"
#include "cppBisonDefs.h"

View File

@ -19,7 +19,7 @@
#ifndef CPPTYPE_H
#define CPPTYPE_H
#include <dtoolbase.h>
#include "dtoolbase.h"
#include "cppDeclaration.h"

View File

@ -19,7 +19,7 @@
#ifndef CPPTYPEDECLARATION_H
#define CPPTYPEDECLARATION_H
#include <dtoolbase.h>
#include "dtoolbase.h"
#include "cppInstance.h"

View File

@ -19,7 +19,7 @@
#ifndef CPPTYPEPARSER_H
#define CPPTYPEPARSER_H
#include <dtoolbase.h>
#include "dtoolbase.h"
#include "cppPreprocessor.h"

View File

@ -19,7 +19,7 @@
#ifndef CPPTYPEPROXY_H
#define CPPTYPEPROXY_H
#include <dtoolbase.h>
#include "dtoolbase.h"
#include "cppType.h"

View File

@ -19,7 +19,7 @@
#ifndef CPPTYPEDEF_H
#define CPPTYPEDEF_H
#include <dtoolbase.h>
#include "dtoolbase.h"
#include "cppInstance.h"

View File

@ -19,7 +19,7 @@
#ifndef CPPUSING_H
#define CPPUSING_H
#include <dtoolbase.h>
#include "dtoolbase.h"
#include "cppDeclaration.h"

View File

@ -19,7 +19,7 @@
#ifndef CPPVISIBILITY_H
#define CPPVISIBILITY_H
#include <dtoolbase.h>
#include "dtoolbase.h"
enum CPPVisibility {
V_published,

View File

@ -19,7 +19,7 @@
#ifndef INDENT_H
#define INDENT_H
#include <dtoolbase.h>
#include "dtoolbase.h"
////////////////////////////////////////////////////////////////////
// Function: indent

View File

@ -19,7 +19,7 @@
#ifndef NOTIFYCATEGORYPROXY_H
#define NOTIFYCATEGORYPROXY_H
#include <dtoolbase.h>
#include "dtoolbase.h"
#include "notifyCategory.h"
#include "notifySeverity.h"

View File

@ -19,7 +19,7 @@
#ifndef __SERIALIZATION_H__
#define __SERIALIZATION_H__
#include <dtoolbase.h>
#include "dtoolbase.h"
#include "config_setup.h"

View File

@ -19,7 +19,7 @@
#ifndef SYMBOLENT_H
#define SYMBOLENT_H
#include <dtoolbase.h>
#include "dtoolbase.h"
#include "config_setup.h"
#include "pvector.h"

View File

@ -19,7 +19,7 @@
#ifndef EXECUTIONENVIRONMENT_H
#define EXECUTIONENVIRONMENT_H
#include <dtoolbase.h>
#include "dtoolbase.h"
#include "vector_string.h"
#include "filename.h"

View File

@ -17,7 +17,7 @@
GNU General Public License for more details. */
#include <dtoolbase.h>
#include "dtoolbase.h"
#if !defined(HAVE_GETOPT) || !defined(HAVE_GETOPT_LONG_ONLY)

View File

@ -13,7 +13,7 @@
GNU General Public License for more details. */
#include <dtoolbase.h>
#include "dtoolbase.h"
#ifndef HAVE_GETOPT_LONG_ONLY

View File

@ -19,7 +19,7 @@
#ifndef LOAD_DSO_H
#define LOAD_DSO_H
#include <dtoolbase.h>
#include "dtoolbase.h"
#include "filename.h"

View File

@ -19,7 +19,7 @@
#ifndef __PFSTREAMBUF_H__
#define __PFSTREAMBUF_H__
#include <dtoolbase.h>
#include "dtoolbase.h"
#include <string>
#include <stdio.h>

View File

@ -19,7 +19,7 @@
#ifndef INTERROGATEBUILDER_H
#define INTERROGATEBUILDER_H
#include <dtoolbase.h>
#include "dtoolbase.h"
#include "interrogate_interface.h"
#include "interrogate_request.h"

View File

@ -80,9 +80,9 @@ upcase_string(const string &str) {
int
write_python_table(ostream &out) {
out << "\n#include <dtoolbase.h>\n"
<< "#include <interrogate_request.h>\n\n"
<< "#include <Python.h>\n\n";
out << "\n#include \"dtoolbase.h\"\n"
<< "#include \"interrogate_request.h\"\n\n"
<< "#include \"Python.h\"\n\n";
int count = 0;

View File

@ -19,9 +19,9 @@
#ifndef PARAMETERREMAP_H
#define PARAMETERREMAP_H
#include <dtoolbase.h>
#include "dtoolbase.h"
#include <interrogate_interface.h>
#include "interrogate_interface.h"
class CPPType;
class CPPExpression;

View File

@ -19,7 +19,7 @@
#ifndef PARAMETERREMAPBASICSTRINGREFTOSTRING_H
#define PARAMETERREMAPBASICSTRINGREFTOSTRING_H
#include <dtoolbase.h>
#include "dtoolbase.h"
#include "parameterRemapToString.h"

View File

@ -19,7 +19,7 @@
#ifndef PARAMETERREMAPBASICSTRINGTOSTRING_H
#define PARAMETERREMAPBASICSTRINGTOSTRING_H
#include <dtoolbase.h>
#include "dtoolbase.h"
#include "parameterRemapToString.h"

View File

@ -19,7 +19,7 @@
#ifndef PARAMETERREMAPCHARSTARTOSTRING_H
#define PARAMETERREMAPCHARSTARTOSTRING_H
#include <dtoolbase.h>
#include "dtoolbase.h"
#include "parameterRemapToString.h"

View File

@ -19,7 +19,7 @@
#ifndef PARAMETERREMAPCONCRETETOPOINTER_H
#define PARAMETERREMAPCONCRETETOPOINTER_H
#include <dtoolbase.h>
#include "dtoolbase.h"
#include "parameterRemap.h"

View File

@ -19,7 +19,7 @@
#ifndef PARAMETERREMAPCONSTTONONCONST_H
#define PARAMETERREMAPCONSTTONONCONST_H
#include <dtoolbase.h>
#include "dtoolbase.h"
#include "parameterRemap.h"

View File

@ -19,7 +19,7 @@
#ifndef PARAMETERREMAPENUMTOINT_H
#define PARAMETERREMAPENUMTOINT_H
#include <dtoolbase.h>
#include "dtoolbase.h"
#include "parameterRemap.h"

View File

@ -19,7 +19,7 @@
#ifndef PARAMETERREMAPPTTOPOINTER_H
#define PARAMETERREMAPPTTOPOINTER_H
#include <dtoolbase.h>
#include "dtoolbase.h"
#include "parameterRemap.h"

View File

@ -19,7 +19,7 @@
#ifndef PARAMETERREMAPREFERENCETOCONCRETE_H
#define PARAMETERREMAPREFERENCETOCONCRETE_H
#include <dtoolbase.h>
#include "dtoolbase.h"
#include "parameterRemap.h"

View File

@ -19,7 +19,7 @@
#ifndef PARAMETERREMAPREFERENCETOPOINTER_H
#define PARAMETERREMAPREFERENCETOPOINTER_H
#include <dtoolbase.h>
#include "dtoolbase.h"
#include "parameterRemap.h"

View File

@ -19,7 +19,7 @@
#ifndef PARAMETERREMAPTHIS_H
#define PARAMETERREMAPTHIS_H
#include <dtoolbase.h>
#include "dtoolbase.h"
#include "parameterRemap.h"

View File

@ -19,7 +19,7 @@
#ifndef PARAMETERREMAPTOSTRING_H
#define PARAMETERREMAPTOSTRING_H
#include <dtoolbase.h>
#include "dtoolbase.h"
#include "parameterRemap.h"

View File

@ -19,7 +19,7 @@
#ifndef PARAMETERREMAPUNCHANGED_H
#define PARAMETERREMAPUNCHANGED_H
#include <dtoolbase.h>
#include "dtoolbase.h"
#include "parameterRemap.h"

View File

@ -19,7 +19,7 @@
#ifndef TYPEMANAGER_H
#define TYPEMANAGER_H
#include <dtoolbase.h>
#include "dtoolbase.h"
class CPPFunctionGroup;
class CPPInstance;

View File

@ -19,9 +19,9 @@
#ifndef CONFIG_INTERROGATEDB_H
#define CONFIG_INTERROGATEDB_H
#include <dtoolbase.h>
#include <notifyCategoryProxy.h>
#include <dSearchPath.h>
#include "dtoolbase.h"
#include "notifyCategoryProxy.h"
#include "dSearchPath.h"
NotifyCategoryDecl(interrogatedb, EXPCL_DTOOLCONFIG, EXPTP_DTOOLCONFIG);

View File

@ -19,7 +19,7 @@
#ifndef INDEXREMAPPER_H
#define INDEXREMAPPER_H
#include <dtoolbase.h>
#include "dtoolbase.h"
#include <map>

View File

@ -19,7 +19,7 @@
#ifndef INTERROGATECOMPONENT_H
#define INTERROGATECOMPONENT_H
#include <dtoolbase.h>
#include "dtoolbase.h"
#include "interrogate_interface.h"
#include "interrogate_request.h"

View File

@ -19,7 +19,7 @@
#ifndef INTERROGATEDATABASE_H
#define INTERROGATEDATABASE_H
#include <dtoolbase.h>
#include "dtoolbase.h"
#include "interrogate_interface.h"
#include "interrogateType.h"

View File

@ -19,7 +19,7 @@
#ifndef INTERROGATEELEMENT_H
#define INTERROGATEELEMENT_H
#include <dtoolbase.h>
#include "dtoolbase.h"
#include "interrogateComponent.h"

View File

@ -19,7 +19,7 @@
#ifndef INTERROGATEFUNCTIONWRAPPER_H
#define INTERROGATEFUNCTIONWRAPPER_H
#include <dtoolbase.h>
#include "dtoolbase.h"
#include "interrogateComponent.h"

View File

@ -19,7 +19,7 @@
#ifndef INTERROGATEMANIFEST_H
#define INTERROGATEMANIFEST_H
#include <dtoolbase.h>
#include "dtoolbase.h"
#include "interrogateComponent.h"

View File

@ -19,7 +19,7 @@
#ifndef INTERROGATETYPE_H
#define INTERROGATETYPE_H
#include <dtoolbase.h>
#include "dtoolbase.h"
#include "interrogateComponent.h"

View File

@ -22,7 +22,7 @@
// This file defines some convenience functions for reading and
// writing the interrogate database files.
#include <dtoolbase.h>
#include "dtoolbase.h"
#include <vector>
void idf_output_string(ostream &out, const string &str, char whitespace = ' ');

View File

@ -19,7 +19,7 @@
#ifndef INTERROGATE_INTERFACE_H
#define INTERROGATE_INTERFACE_H
#include <dtoolbase.h>
#include "dtoolbase.h"
#ifdef __cplusplus
extern "C" {

View File

@ -19,7 +19,7 @@
#ifndef INTERROGATE_REQUEST
#define INTERROGATE_REQUEST
#include <dtoolbase.h>
#include "dtoolbase.h"
/*
* The functions here are simple functions that are intended to be

View File

@ -19,7 +19,7 @@
#ifndef PYSTUB_H
#define PYSTUB_H
#include <dtoolbase.h>
#include "dtoolbase.h"
// The sole purpose of this header file is to allow a program other
// than Python to load in a module that includes Python wrappers.

View File

@ -16,13 +16,13 @@
//
////////////////////////////////////////////////////////////////////
#include <dtoolbase.h>
#include "dtoolbase.h"
#include <interrogate_interface.h>
#include <interrogate_request.h>
#include <load_dso.h>
#include <filename.h>
#include <pystub.h>
#include "interrogate_interface.h"
#include "interrogate_request.h"
#include "load_dso.h"
#include "filename.h"
#include "pystub.h"
#include <stdlib.h>