mirror of
https://github.com/MariaDB/server.git
synced 2025-02-02 03:51:50 +01:00
[t:4560], cleanup includes in ydb_db.c and ydb_write.c
git-svn-id: file:///svn/toku/tokudb@40216 c7de825b-a66e-492c-adef-691d508d4ae1
This commit is contained in:
parent
e39b2a057b
commit
2c5b0c6819
2 changed files with 0 additions and 49 deletions
22
src/ydb_db.c
22
src/ydb_db.c
|
@ -3,38 +3,16 @@
|
|||
|
||||
#ident "The technology is licensed by the Massachusetts Institute of Technology, Rutgers State University of New Jersey, and the Research Foundation of State University of New York at Stony Brook under United States of America Serial No. 11/760379 and to the patents and/or patent applications resulting from it."
|
||||
|
||||
#include <toku_portability.h>
|
||||
#include <toku_pthread.h>
|
||||
#include <ctype.h>
|
||||
#include <errno.h>
|
||||
#include <limits.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <fcntl.h>
|
||||
#include <sys/stat.h>
|
||||
#include <sys/types.h>
|
||||
#include <unistd.h>
|
||||
#include <db.h>
|
||||
#include "toku_assert.h"
|
||||
#include "ydb.h"
|
||||
#include "ydb-internal.h"
|
||||
#include "brt-internal.h"
|
||||
#include "brt-flusher.h"
|
||||
#include "cachetable.h"
|
||||
#include "log.h"
|
||||
#include "memory.h"
|
||||
#include "dlmalloc.h"
|
||||
#include "checkpoint.h"
|
||||
#include "key.h"
|
||||
#include "loader.h"
|
||||
#include "indexer.h"
|
||||
#include "ydb_load.h"
|
||||
#include "brtloader.h"
|
||||
#include "log_header.h"
|
||||
#include "ydb_cursor.h"
|
||||
#include "ydb_row_lock.h"
|
||||
#include "ydb_env_func.h"
|
||||
#include "ydb_db.h"
|
||||
#include "ydb_write.h"
|
||||
|
||||
|
|
|
@ -3,38 +3,11 @@
|
|||
|
||||
#ident "The technology is licensed by the Massachusetts Institute of Technology, Rutgers State University of New Jersey, and the Research Foundation of State University of New York at Stony Brook under United States of America Serial No. 11/760379 and to the patents and/or patent applications resulting from it."
|
||||
|
||||
#include <toku_portability.h>
|
||||
#include <toku_pthread.h>
|
||||
#include <ctype.h>
|
||||
#include <errno.h>
|
||||
#include <limits.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <fcntl.h>
|
||||
#include <sys/stat.h>
|
||||
#include <sys/types.h>
|
||||
#include <unistd.h>
|
||||
#include <db.h>
|
||||
#include "toku_assert.h"
|
||||
#include "ydb.h"
|
||||
#include "ydb-internal.h"
|
||||
#include "brt-internal.h"
|
||||
#include "brt-flusher.h"
|
||||
#include "cachetable.h"
|
||||
#include "log.h"
|
||||
#include "memory.h"
|
||||
#include "dlmalloc.h"
|
||||
#include "checkpoint.h"
|
||||
#include "key.h"
|
||||
#include "loader.h"
|
||||
#include "indexer.h"
|
||||
#include "ydb_load.h"
|
||||
#include "brtloader.h"
|
||||
#include "log_header.h"
|
||||
#include "ydb_cursor.h"
|
||||
#include "ydb_row_lock.h"
|
||||
#include "ydb_env_func.h"
|
||||
#include "ydb_write.h"
|
||||
#include "ydb_db.h"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue