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 committed May 18, 2023
1 parent a1c3b25 commit e439838
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion conex/debug_macros.h
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
#pragma once
#include <array>
#include <cassert>
#include <chrono>
#include <iomanip>
#include <iostream>
#include <vector>
#include <array>

namespace conex {

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

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

0 comments on commit e439838

Please sign in to comment.