Skip to content

Commit

Permalink
chore: sort the includes by name
Browse files Browse the repository at this point in the history
  • Loading branch information
aminya authored Jan 9, 2023
1 parent a1c3b25 commit 75bd495
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion conex/debug_macros.h
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
#pragma once
#include <chrono>
#include <array>
#include <iomanip>
#include <iostream>
#include <vector>
#include <array>

namespace conex {

Expand Down
2 changes: 1 addition & 1 deletion conex/tree_utils.cc
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#include "conex/tree_utils.h"
#include "assert.h"
#include <array>
#include <stack>
#include <vector>
#include <array>

using std::array;
using std::vector;
Expand Down

0 comments on commit 75bd495

Please sign in to comment.