Remove headers from the cc since they are in the module's header.

main
Dmitri Smirnov 9 years ago
parent 472c74006f
commit 314f62194a
  1. 3
      port/win/win_logger.cc

@ -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"

Loading…
Cancel
Save