mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 22:03:03 +01:00
The files rng.cpp, rng.h, rng_proto.h, bookmark.cpp and bookmark.h belong exclusively to PC_ENGINE, that's obsolete functionality.
Second step: remove them from #include clauses in other files. More to come.
This commit is contained in:
parent
f9af8ba61f
commit
c2fe7385ab
@ -59,7 +59,6 @@
|
||||
#include "../jrd/drq.h"
|
||||
//#include "../jrd/license.h"
|
||||
#include "../jrd/intl.h"
|
||||
#include "../jrd/rng.h"
|
||||
#include "../jrd/btr.h"
|
||||
#include "../jrd/gdsassert.h"
|
||||
#include "../jrd/all_proto.h"
|
||||
@ -75,7 +74,6 @@
|
||||
#include "../jrd/lck_proto.h"
|
||||
#include "../jrd/opt_proto.h"
|
||||
#include "../jrd/par_proto.h"
|
||||
#include "../jrd/rng_proto.h"
|
||||
#include "../jrd/scl_proto.h"
|
||||
#include "../jrd/thd.h"
|
||||
#include "../jrd/met_proto.h"
|
||||
|
@ -85,7 +85,6 @@
|
||||
#include "../jrd/gdsassert.h"
|
||||
#include "../jrd/jrd_time.h"
|
||||
#include "../jrd/all_proto.h"
|
||||
#include "../jrd/bookmark.h"
|
||||
#include "../jrd/blb_proto.h"
|
||||
#include "../jrd/btr_proto.h"
|
||||
#include "../jrd/cvt_proto.h"
|
||||
@ -101,7 +100,6 @@
|
||||
#include "../jrd/mov_proto.h"
|
||||
#include "../jrd/pag_proto.h"
|
||||
#include "../jrd/rlck_proto.h"
|
||||
#include "../jrd/rng_proto.h"
|
||||
#include "../jrd/rse_proto.h"
|
||||
#include "../jrd/scl_proto.h"
|
||||
#include "../jrd/thd.h"
|
||||
|
@ -67,12 +67,10 @@
|
||||
#include "../jrd/rse.h"
|
||||
#include "../jrd/lck.h"
|
||||
#include "../jrd/intl.h"
|
||||
#include "../jrd/rng.h"
|
||||
#include "../jrd/sbm.h"
|
||||
#include "../jrd/blb.h"
|
||||
#include "../jrd/blr.h"
|
||||
#include "../jrd/all_proto.h"
|
||||
#include "../jrd/bookmark.h"
|
||||
#include "../jrd/blb_proto.h"
|
||||
#include "../jrd/btr_proto.h"
|
||||
#include "../jrd/cmp_proto.h"
|
||||
@ -95,7 +93,6 @@
|
||||
#include "../jrd/rlck_proto.h"
|
||||
|
||||
#include "../jrd/rse_proto.h"
|
||||
#include "../jrd/rng_proto.h"
|
||||
#include "../jrd/thd.h"
|
||||
#include "../jrd/tra_proto.h"
|
||||
#include "../jrd/vio_proto.h"
|
||||
|
@ -35,7 +35,6 @@
|
||||
#include "../jrd/sbm.h"
|
||||
#include "../jrd/rse.h"
|
||||
#include "gen/iberror.h"
|
||||
#include "../jrd/rng.h"
|
||||
#include "../jrd/lck.h"
|
||||
#include "../jrd/cch.h"
|
||||
#include "../jrd/blr.h"
|
||||
@ -48,7 +47,6 @@
|
||||
#include "../jrd/gds_proto.h"
|
||||
#include "../jrd/mov_proto.h"
|
||||
#include "../jrd/nav_proto.h"
|
||||
#include "../jrd/rng_proto.h"
|
||||
#include "../jrd/rse_proto.h"
|
||||
#include "../jrd/thd.h"
|
||||
#include "../jrd/vio_proto.h"
|
||||
|
@ -53,7 +53,6 @@
|
||||
#include "gen/iberror.h"
|
||||
#include "../jrd/gdsassert.h"
|
||||
#include "../jrd/all_proto.h"
|
||||
#include "../jrd/bookmark.h"
|
||||
#include "../jrd/dpm_proto.h"
|
||||
#include "../jrd/err_proto.h"
|
||||
#include "../jrd/evl_proto.h"
|
||||
|
@ -34,7 +34,6 @@
|
||||
|
||||
#include "../jrd/lck_proto.h"
|
||||
#include "../jrd/rlck_proto.h"
|
||||
#include "../jrd/rng_proto.h"
|
||||
#include "../jrd/sch_proto.h"
|
||||
#include "../jrd/shut_proto.h"
|
||||
#include "../jrd/thd.h"
|
||||
|
@ -60,7 +60,6 @@
|
||||
#include "../jrd/btr.h"
|
||||
#include "../jrd/exe.h"
|
||||
#include "../jrd/rse.h"
|
||||
#include "../jrd/rng.h"
|
||||
#include "../jrd/thd.h"
|
||||
#include "../jrd/thread_proto.h"
|
||||
#ifdef VIO_DEBUG
|
||||
@ -83,7 +82,6 @@
|
||||
#include "../jrd/lck_proto.h"
|
||||
#include "../jrd/met_proto.h"
|
||||
#include "../jrd/mov_proto.h"
|
||||
#include "../jrd/rng_proto.h"
|
||||
#include "../jrd/sch_proto.h"
|
||||
#include "../jrd/scl_proto.h"
|
||||
#include "../jrd/sqz_proto.h"
|
||||
|
Loading…
Reference in New Issue
Block a user