mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 06:03:02 +01:00
Forgotten changes
This commit is contained in:
parent
6f5a8b2a81
commit
6bc78376a5
@ -30,12 +30,12 @@
|
||||
#include <stdarg.h>
|
||||
#include "../jrd/common.h"
|
||||
#include "../jrd/ibase.h"
|
||||
#include "../jrd/gds_proto.h"
|
||||
#include "../yvalve/gds_proto.h"
|
||||
#include "../jrd/msg_encode.h"
|
||||
#include "../jrd/isc_f_proto.h"
|
||||
#include "../common/isc_f_proto.h"
|
||||
#include "../utilities/gsec/gsec.h"
|
||||
#include "../utilities/gsec/gsec_proto.h"
|
||||
#include "../jrd/jrd_pwd.h"
|
||||
#include "../auth/SecurityDatabase/jrd_pwd.h"
|
||||
#include "../jrd/license.h"
|
||||
#include "../jrd/constants.h"
|
||||
#include "../utilities/gsec/secur_proto.h"
|
||||
@ -43,7 +43,7 @@
|
||||
#include "../utilities/gsec/gsecswi.h"
|
||||
#include "../common/classes/ClumpletWriter.h"
|
||||
|
||||
#include "../utilities/gsec/call_service.h"
|
||||
#include "../common/call_service.h"
|
||||
#include "../common/utils_proto.h"
|
||||
#include "../common/classes/MsgPrint.h"
|
||||
|
||||
|
@ -24,8 +24,8 @@
|
||||
#ifndef UTILITIES_GSEC_H
|
||||
#define UTILITIES_GSEC_H
|
||||
|
||||
#include "../jrd/ThreadData.h"
|
||||
#include "../jrd/jrd_pwd.h"
|
||||
#include "../common/ThreadData.h"
|
||||
#include "../auth/SecurityDatabase/jrd_pwd.h"
|
||||
#include "../jrd/constants.h"
|
||||
|
||||
const USHORT GSEC_MSG_FAC = 18;
|
||||
|
@ -1,7 +1,7 @@
|
||||
#ifndef GSEC_PROTO_H
|
||||
#define GSEC_PROTO_H
|
||||
|
||||
#include "../jrd/ThreadData.h"
|
||||
#include "../common/ThreadData.h"
|
||||
#include "../common/UtilSvc.h"
|
||||
|
||||
// Output reporting utilities
|
||||
|
@ -30,11 +30,11 @@
|
||||
#include <ctype.h>
|
||||
#include "../jrd/common.h"
|
||||
#include "../jrd/ibase.h"
|
||||
#include "../jrd/jrd_pwd.h"
|
||||
#include "../jrd/enc_proto.h"
|
||||
#include "../jrd/gds_proto.h"
|
||||
#include "../jrd/isc_proto.h"
|
||||
#include "../jrd/os/mod_loader.h"
|
||||
#include "../auth/SecurityDatabase/jrd_pwd.h"
|
||||
#include "../common/enc_proto.h"
|
||||
#include "../yvalve/gds_proto.h"
|
||||
#include "../common/isc_proto.h"
|
||||
#include "../common/os/mod_loader.h"
|
||||
#include "../utilities/gsec/gsec.h"
|
||||
#include "../utilities/gsec/secur_proto.h"
|
||||
#include "../common/utils_proto.h"
|
||||
|
Loading…
Reference in New Issue
Block a user