mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-22 21:23:04 +01:00
Cleanup
This commit is contained in:
parent
097cb99024
commit
8fc0267026
@ -41,10 +41,7 @@
|
||||
#include "../evl_proto.h"
|
||||
#include "../intl_proto.h"
|
||||
#include "../mov_proto.h"
|
||||
#include "../common/isc_f_proto.h"
|
||||
#include "../common/db_alias.h"
|
||||
#include "../common/isc_proto.h"
|
||||
#include "../common/Auth.h"
|
||||
|
||||
|
||||
using namespace Jrd;
|
||||
using namespace Firebird;
|
||||
|
@ -27,24 +27,14 @@
|
||||
#include "../../common/classes/array.h"
|
||||
#include "../../common/classes/ClumpletWriter.h"
|
||||
#include "../../common/classes/locks.h"
|
||||
#include "../../common/classes/init.h"
|
||||
#include "../../common/classes/NestConst.h"
|
||||
#include "../../common/utils_proto.h"
|
||||
#include "../../jrd/status.h"
|
||||
|
||||
namespace Firebird
|
||||
{
|
||||
class MetaName;
|
||||
}
|
||||
|
||||
namespace Jrd
|
||||
{
|
||||
class jrd_tra;
|
||||
class jrd_req;
|
||||
class thread_db;
|
||||
class ValueListNode;
|
||||
class Attachment;
|
||||
class ValueExprNode;
|
||||
}
|
||||
|
||||
namespace EDS {
|
||||
|
@ -21,25 +21,10 @@
|
||||
*/
|
||||
|
||||
#include "firebird.h"
|
||||
//#include "fb_types.h"
|
||||
//#include "../../include/fb_blk.h"
|
||||
#include "fb_exception.h"
|
||||
#include "iberror.h"
|
||||
|
||||
/*#include "../../dsql/chars.h"
|
||||
#include "../../dsql/ExprNodes.h"
|
||||
#include "../common/dsc.h"
|
||||
#include "../exe.h"*/
|
||||
#include "ExtDS.h"
|
||||
#include "../jrd.h"
|
||||
/*#include "../tra.h"
|
||||
|
||||
#include "../blb_proto.h"
|
||||
#include "../exe_proto.h"
|
||||
#include "../err_proto.h"
|
||||
#include "../evl_proto.h"
|
||||
#include "../intl_proto.h"
|
||||
#include "../mov_proto.h" */
|
||||
#include "../common/isc_f_proto.h"
|
||||
#include "../common/db_alias.h"
|
||||
#include "../common/isc_proto.h"
|
||||
@ -192,7 +177,7 @@ void validatePassword(thread_db* tdbb, const PathName& file, ClumpletWriter& dpb
|
||||
// Build list of client/server plugins
|
||||
RefPtr<Config> config;
|
||||
PathName list;
|
||||
expandDatabaseName(file, list /* usused value */, &config);
|
||||
expandDatabaseName(file, list /* unused value */, &config);
|
||||
PathName serverList = config->getPlugins(IPluginManager::TYPE_AUTH_SERVER);
|
||||
PathName clientList = config->getPlugins(IPluginManager::TYPE_AUTH_CLIENT);
|
||||
Auth::mergeLists(list, serverList, clientList);
|
||||
|
@ -29,9 +29,7 @@
|
||||
|
||||
namespace Jrd
|
||||
{
|
||||
class jrd_tra;
|
||||
class thread_db;
|
||||
class ValueListNode;
|
||||
}
|
||||
|
||||
namespace EDS {
|
||||
|
Loading…
Reference in New Issue
Block a user