Skip to content

Commit

Permalink
Fixed paths
Browse files Browse the repository at this point in the history
  • Loading branch information
azonenberg committed May 4, 2018
1 parent adadf16 commit ae8415e
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 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 "../../jtaghal/jtaghal.h"
//#include <svnversion.h>

#include <signal.h>
Expand Down
2 changes: 1 addition & 1 deletion jtagd/build.yml
Expand Up @@ -36,7 +36,7 @@ jtagd:
- ConnectionThread.cpp

constants:
../jtaghal/jtagd_opcodes.yml:
../../jtaghal/jtagd_opcodes.yml:
- c/enum

flags:
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 "../../log/log.h"
#include "../../xptools/Socket.h"

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

#include "../jtaghal/jtaghal.h"
#include "../../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 "../../../lib/jtaghal/jtaghal.h"
#include "../../jtaghal/jtaghal.h"
#include <signal.h>

using namespace std;
Expand Down

0 comments on commit ae8415e

Please sign in to comment.