Common order of precompiled checks

This commit is contained in:
FawnD2 2020-05-04 03:58:10 +03:00
parent 02e12215e7
commit 7b23844b32
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
#include "ArrowBufferedStreams.h" #include "ArrowBufferedStreams.h"
#if USE_PARQUET || USE_ARROW || USE_ORC #if USE_ARROW || USE_ORC || USE_PARQUET
#include <IO/ReadBufferFromFileDescriptor.h> #include <IO/ReadBufferFromFileDescriptor.h>
#include <IO/WriteBufferFromString.h> #include <IO/WriteBufferFromString.h>

View File

@ -1,6 +1,6 @@
#pragma once #pragma once
#include "config_formats.h" #include "config_formats.h"
#if USE_PARQUET || USE_ARROW || USE_ORC #if USE_ARROW || USE_ORC || USE_PARQUET
#include <IO/ReadBuffer.h> #include <IO/ReadBuffer.h>
#include <IO/SeekableReadBuffer.h> #include <IO/SeekableReadBuffer.h>