1
0
Fork 0
mirror of git://git.code.sf.net/p/cdesktopenv/code synced 2025-03-09 15:50:02 +00:00

dtinfogen: file renaming.

This commit is contained in:
Liang Chang 2021-12-10 07:59:47 +08:00
parent ff439cb2f4
commit 206632cfbb
8 changed files with 4 additions and 4 deletions

View file

@ -20,7 +20,7 @@
* to the Free Software Foundation, Inc., 51 Franklin Street, Fifth * to the Free Software Foundation, Inc., 51 Franklin Street, Fifth
* Floor, Boston, MA 02110-1301 USA * Floor, Boston, MA 02110-1301 USA
*/ */
/* $XConsortium: OL-Data.C /main/4 1996/08/21 15:47:10 drk $ /* $XConsortium: OL_Data.C /main/4 1996/08/21 15:47:10 drk $
* *
* (c) Copyright 1996 Digital Equipment Corporation. * (c) Copyright 1996 Digital Equipment Corporation.
* (c) Copyright 1996 Hewlett-Packard Company. * (c) Copyright 1996 Hewlett-Packard Company.
@ -32,7 +32,7 @@
*/ */
/* exported interfaces */ /* exported interfaces */
#include "OL-Data.h" #include "OL_Data.h"
/* imported interfaces */ /* imported interfaces */
#include <stdlib.h> #include <stdlib.h>

View file

@ -20,7 +20,7 @@
* to the Free Software Foundation, Inc., 51 Franklin Street, Fifth * to the Free Software Foundation, Inc., 51 Franklin Street, Fifth
* Floor, Boston, MA 02110-1301 USA * Floor, Boston, MA 02110-1301 USA
*/ */
/* $XConsortium: OL-Data.h /main/2 1996/07/18 16:47:56 drk $ */ /* $XConsortium: OL_Data.h /main/2 1996/07/18 16:47:56 drk $ */
#ifndef OL_DATA_H #ifndef OL_DATA_H
#define OL_DATA_H #define OL_DATA_H

View file

@ -14,7 +14,7 @@
#include <sstream> #include <sstream>
#include <string.h> #include <string.h>
#include "Exceptions.hh" #include "dti_excs/Exceptions.hh"
#include "SGMLDefn.h" #include "SGMLDefn.h"
#include "Dispatch.h" #include "Dispatch.h"