mirror of https://github.com/facebook/rocksdb.git
Merge pull request #833 from yuslepukhin/fix_win_build_after_lint
Add necessary headers after cpplint rearranged includes
This commit is contained in:
commit
52e04b3d02
|
@ -12,7 +12,6 @@
|
|||
|
||||
#include "port/win/win_logger.h"
|
||||
|
||||
#include <stdint.h>
|
||||
#include <algorithm>
|
||||
#include <stdio.h>
|
||||
#include <time.h>
|
||||
|
@ -21,8 +20,6 @@
|
|||
|
||||
#include "rocksdb/env.h"
|
||||
|
||||
#include <Windows.h>
|
||||
|
||||
#include "port/sys_time.h"
|
||||
#include "util/iostats_context_imp.h"
|
||||
|
||||
|
|
|
@ -16,6 +16,9 @@
|
|||
|
||||
#include "rocksdb/env.h"
|
||||
|
||||
#include <stdint.h>
|
||||
#include <Windows.h>
|
||||
|
||||
namespace rocksdb {
|
||||
|
||||
class Env;
|
||||
|
|
Loading…
Reference in New Issue