8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-23 23:23:04 +01:00

Simplify .h-file dependencies

This commit is contained in:
alexpeshkoff 2012-01-25 09:19:10 +00:00
parent e265d5e6a3
commit d694457a91
2 changed files with 3 additions and 1 deletions

View File

@ -27,7 +27,7 @@
#ifndef CLASSES_TIMESTAMP_H #ifndef CLASSES_TIMESTAMP_H
#define CLASSES_TIMESTAMP_H #define CLASSES_TIMESTAMP_H
#include "../common/dsc.h" #include "../common/dsc_pub.h"
// struct tm declaration // struct tm declaration
#if defined(TIME_WITH_SYS_TIME) #if defined(TIME_WITH_SYS_TIME)

View File

@ -35,6 +35,8 @@ class CharSet;
} }
struct dsc;
namespace Firebird { namespace Firebird {
class Callbacks class Callbacks