mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 19:23:03 +01:00
Simplify .h-file dependencies
This commit is contained in:
parent
e265d5e6a3
commit
d694457a91
@ -27,7 +27,7 @@
|
||||
#ifndef CLASSES_TIMESTAMP_H
|
||||
#define CLASSES_TIMESTAMP_H
|
||||
|
||||
#include "../common/dsc.h"
|
||||
#include "../common/dsc_pub.h"
|
||||
|
||||
// struct tm declaration
|
||||
#if defined(TIME_WITH_SYS_TIME)
|
||||
|
@ -35,6 +35,8 @@ class CharSet;
|
||||
|
||||
}
|
||||
|
||||
struct dsc;
|
||||
|
||||
namespace Firebird {
|
||||
|
||||
class Callbacks
|
||||
|
Loading…
Reference in New Issue
Block a user