Skip to content

Commit

Permalink
Changed include paths from backslash to forward slash
Browse files Browse the repository at this point in the history
  • Loading branch information
Cosmin Munteanu committed Sep 9, 2015
1 parent bf4901e commit 7787460
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions wsgate/myrawsocket.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
#define _MYRAWSOCKET_H_

#include "RDP.hpp"
#include <ehs\ehs.h>
#include <ehs\ehsconnection.h>
#include <ehs/ehs.h>
#include <ehs/ehsconnection.h>

namespace wsgate {

Expand Down
2 changes: 1 addition & 1 deletion wsgate/wsgate.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
#include <map>
#include <boost/algorithm/string.hpp>
#include <ehs/ehs.h>
#include <boost\lexical_cast.hpp>
#include <boost/lexical_cast.hpp>
#include "logging.hpp"

using namespace std;
Expand Down

0 comments on commit 7787460

Please sign in to comment.