Skip to content

Commit

Permalink
Improve include order
Browse files Browse the repository at this point in the history
  • Loading branch information
Jackarain committed Nov 2, 2023
1 parent c8951be commit f355145
Showing 1 changed file with 12 additions and 10 deletions.
22 changes: 12 additions & 10 deletions autogit/src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,6 @@
//
//

#include "autogit/logging.hpp"
#include "autogit/scoped_exit.hpp"
#include "autogit/strutil.hpp"

#include "watchman/watchman.hpp"

#include "gitpp/gitpp.hpp"

#include <signal.h>

#include <cstdio>
#include <cstdlib>

Expand All @@ -38,6 +28,18 @@ namespace net = boost::asio;
#include <boost/filesystem.hpp>
namespace fs = boost::filesystem;

#include <signal.h>


#include "autogit/logging.hpp"
#include "autogit/scoped_exit.hpp"
#include "autogit/strutil.hpp"

#include "watchman/watchman.hpp"

#include "gitpp/gitpp.hpp"


//////////////////////////////////////////////////////////////////////////

#include <assert.h>
Expand Down

0 comments on commit f355145

Please sign in to comment.