Skip to content

Commit

Permalink
Update main.cpp
Browse files Browse the repository at this point in the history
Tidy up
  • Loading branch information
lo-simon authored Mar 27, 2024
1 parent 8cca5af commit ad66e8b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Development/nmos-cpp-node/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
#include "nmos/authorization_behaviour.h"
#include "nmos/authorization_redirect_api.h"
#include "nmos/authorization_state.h"
#include "nmos/control_protocol_state.h"
#include "nmos/jwks_uri_api.h"
#include "nmos/log_gate.h"
#include "nmos/model.h"
Expand All @@ -18,8 +19,6 @@
#include "nmos/server_utils.h" // for make_http_listener_config
#include "node_implementation.h"

#include "nmos/control_protocol_state.h"

int main(int argc, char* argv[])
{
// Construct our data models including mutexes to protect them
Expand Down

0 comments on commit ad66e8b

Please sign in to comment.