Skip to content

Commit

Permalink
fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
taiyang-li committed Nov 27, 2024
1 parent d44ff5a commit e4610e7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion c++/src/Options.hh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@

#include "io/Cache.hh"

#include <iostream>
#include <limits>

namespace orc {
Expand Down
2 changes: 1 addition & 1 deletion c++/src/StripeStream.cc
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@
* limitations under the License.
*/

#include "io/Cache.hh"
#include "StripeStream.hh"
#include "RLE.hh"
#include "Reader.hh"
#include "io/Cache.hh"
#include "orc/Exceptions.hh"

#include "wrap/coded-stream-wrapper.h"
Expand Down

0 comments on commit e4610e7

Please sign in to comment.