Skip to content

Commit

Permalink
Fixed include paths again
Browse files Browse the repository at this point in the history
  • Loading branch information
azonenberg committed Jul 3, 2018
1 parent d63e929 commit 2b473a8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion jtagclient/main.cpp
Expand Up @@ -41,7 +41,7 @@
#include <string>
#include <list>

#include "../../jtaghal/jtaghal.h"
#include "../../lib/jtaghal/jtaghal.h"
//#include <svnversion.h>

#include <signal.h>
Expand Down
6 changes: 3 additions & 3 deletions jtagd/jtagd.h
Expand Up @@ -45,13 +45,13 @@
#include <signal.h>
#include <pthread.h>

#include "../../log/log.h"
#include "../../xptools/Socket.h"
#include "../../lib/log/log.h"
#include "../../lib/xptools/Socket.h"

//TODO: generate git version string somehow?
//#include <svnversion.h>

#include "../../jtaghal/jtaghal.h"
#include "../../lib/jtaghal/jtaghal.h"
#include "jtagd_opcodes_enum.h"

void ProcessConnection(JtagInterface* iface, Socket& client);
Expand Down
2 changes: 1 addition & 1 deletion svfdumper/main.cpp
Expand Up @@ -39,7 +39,7 @@
#include <string>
#include <list>

#include "../../jtaghal/jtaghal.h"
#include "../../lib/jtaghal/jtaghal.h"
#include <signal.h>

using namespace std;
Expand Down

0 comments on commit 2b473a8

Please sign in to comment.