Skip to content

Commit

Permalink
[#14, WIP] Started updating webtools.c includes
Browse files Browse the repository at this point in the history
Signed-off-by: Clovis Durand <[email protected]>
  • Loading branch information
Clovel committed Dec 12, 2019
1 parent 1d1d76c commit 3afbc3e
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions software/src/webtools.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,10 @@
*/

/* Includes -------------------------------------------- */
#include "remoteRequest.hxx"
#include "Relay.hpp"

#include "Relay.hxx"

#include "HttpRequest.hxx"
#include "webtools.hpp"
#include "HttpRequest.hpp"

/* C++ System */
#include <iostream>
Expand Down

0 comments on commit 3afbc3e

Please sign in to comment.