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

Remove unneeded include and ifdef

This commit is contained in:
brodsom 2003-02-27 13:59:47 +00:00
parent 644d8b3049
commit 20eabda391

View File

@ -24,7 +24,7 @@
//
//____________________________________________________________
//
// $Id: exe.cpp,v 1.10 2003-02-11 20:14:54 brodsom Exp $
// $Id: exe.cpp,v 1.11 2003-02-27 13:59:47 brodsom Exp $
//
// 2001.07.06 Sean Leyne - Code Cleanup, removed "#ifdef READONLY_DATABASE"
// conditionals, as the engine now fully supports
@ -49,11 +49,6 @@
#include "../jrd/gds_proto.h"
#include "../jrd/thd_proto.h"
#if (defined WIN_NT)
#include <io.h>
#endif
extern "C" {