mirror of
https://github.com/MariaDB/server.git
synced 2025-01-22 23:04:20 +01:00
branches/zip: remove relative path of header files.
Suggested by Marko.
This commit is contained in:
parent
eebca3bfea
commit
73823ce1d2
1 changed files with 29 additions and 29 deletions
|
@ -69,35 +69,35 @@ with this program; if not, write to the Free Software Foundation, Inc.,
|
||||||
|
|
||||||
/* Include necessary InnoDB headers */
|
/* Include necessary InnoDB headers */
|
||||||
extern "C" {
|
extern "C" {
|
||||||
#include "../include/univ.i"
|
#include "univ.i"
|
||||||
#include "../include/btr0sea.h"
|
#include "btr0sea.h"
|
||||||
#include "../include/os0file.h"
|
#include "os0file.h"
|
||||||
#include "../include/os0thread.h"
|
#include "os0thread.h"
|
||||||
#include "../include/srv0start.h"
|
#include "srv0start.h"
|
||||||
#include "../include/srv0srv.h"
|
#include "srv0srv.h"
|
||||||
#include "../include/trx0roll.h"
|
#include "trx0roll.h"
|
||||||
#include "../include/trx0trx.h"
|
#include "trx0trx.h"
|
||||||
#include "../include/trx0sys.h"
|
#include "trx0sys.h"
|
||||||
#include "../include/mtr0mtr.h"
|
#include "mtr0mtr.h"
|
||||||
#include "../include/row0ins.h"
|
#include "row0ins.h"
|
||||||
#include "../include/row0mysql.h"
|
#include "row0mysql.h"
|
||||||
#include "../include/row0sel.h"
|
#include "row0sel.h"
|
||||||
#include "../include/row0upd.h"
|
#include "row0upd.h"
|
||||||
#include "../include/log0log.h"
|
#include "log0log.h"
|
||||||
#include "../include/lock0lock.h"
|
#include "lock0lock.h"
|
||||||
#include "../include/dict0crea.h"
|
#include "dict0crea.h"
|
||||||
#include "../include/btr0cur.h"
|
#include "btr0cur.h"
|
||||||
#include "../include/btr0btr.h"
|
#include "btr0btr.h"
|
||||||
#include "../include/fsp0fsp.h"
|
#include "fsp0fsp.h"
|
||||||
#include "../include/sync0sync.h"
|
#include "sync0sync.h"
|
||||||
#include "../include/fil0fil.h"
|
#include "fil0fil.h"
|
||||||
#include "../include/trx0xa.h"
|
#include "trx0xa.h"
|
||||||
#include "../include/row0merge.h"
|
#include "row0merge.h"
|
||||||
#include "../include/thr0loc.h"
|
#include "thr0loc.h"
|
||||||
#include "../include/dict0boot.h"
|
#include "dict0boot.h"
|
||||||
#include "../include/ha_prototypes.h"
|
#include "ha_prototypes.h"
|
||||||
#include "../include/ut0mem.h"
|
#include "ut0mem.h"
|
||||||
#include "../include/ibuf0ibuf.h"
|
#include "ibuf0ibuf.h"
|
||||||
}
|
}
|
||||||
|
|
||||||
#include "ha_innodb.h"
|
#include "ha_innodb.h"
|
||||||
|
|
Loading…
Add table
Reference in a new issue