Skip to content

Commit

Permalink
jeff review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
dr7ana committed Feb 2, 2023
1 parent 374a197 commit 463d83f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion llarp/config/config.cpp
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#include "config.hpp"
#include "definition.hpp"
#include "ini.hpp"
#include "oxenmq/address.h"

#include <oxenmq/address.h>
#include <llarp/constants/files.hpp>
#include <llarp/constants/platform.hpp>
#include <llarp/constants/version.hpp>
Expand Down
3 changes: 1 addition & 2 deletions llarp/config/config.hpp
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
#pragma once
#include "ini.hpp"
#include "definition.hpp"
#include "oxenmq/auth.h"

#include <oxenmq/auth.h>
#include <chrono>

#include <llarp/bootstrap.hpp>
#include <llarp/crypto/types.hpp>
#include <llarp/router_contact.hpp>
Expand Down

0 comments on commit 463d83f

Please sign in to comment.