diff options
author | Timothy Pearson <[email protected]> | 2011-11-27 02:15:45 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2011-11-27 02:15:45 -0600 |
commit | 67ba735507eb477d352251941e7a210f7c306ade (patch) | |
tree | e2cd94db0ab5831eed7a75439da78a1cfaa20d40 /src/svnfrontend/modifiedthread.h | |
parent | faca9d40261b2045c221b6e0a411a1e0c8f462bc (diff) | |
download | tdesvn-67ba735507eb477d352251941e7a210f7c306ade.tar.gz tdesvn-67ba735507eb477d352251941e7a210f7c306ade.zip |
Fix more FTBFS problems
Diffstat (limited to 'src/svnfrontend/modifiedthread.h')
-rw-r--r-- | src/svnfrontend/modifiedthread.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/svnfrontend/modifiedthread.h b/src/svnfrontend/modifiedthread.h index ea8a58c..0574c73 100644 --- a/src/svnfrontend/modifiedthread.h +++ b/src/svnfrontend/modifiedthread.h @@ -20,9 +20,9 @@ #ifndef _MODIFIED_THREAD_H #define _MODIFIED_THREAD_H -#include "src/svnqt/client.hpp" -#include "src/svnqt/revision.hpp" -#include "src/svnqt/status.hpp" +#include "client.hpp" +#include "revision.hpp" +#include "status.hpp" #include "ccontextlistener.h" #include "eventnumbers.h" #include "frontendtypes.h" |