summaryrefslogtreecommitdiffstats
path: root/src/svnfrontend/graphtree/revisiontree.h
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2021-03-19 10:06:06 +0900
committerMichele Calgaro <[email protected]>2021-03-19 10:06:06 +0900
commit283bc34244d24be02e90b767a82826a4ca8da186 (patch)
tree5b9d49d503a44b8ceea82744f11b8014e3b41ca3 /src/svnfrontend/graphtree/revisiontree.h
parent971ab170cfa851d20a42864231676f05f4cdb4cc (diff)
downloadtdesvn-283bc34244d24be02e90b767a82826a4ca8da186.tar.gz
tdesvn-283bc34244d24be02e90b767a82826a4ca8da186.zip
Renaming of files in preparation for code style tools.
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'src/svnfrontend/graphtree/revisiontree.h')
-rw-r--r--src/svnfrontend/graphtree/revisiontree.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/svnfrontend/graphtree/revisiontree.h b/src/svnfrontend/graphtree/revisiontree.h
index 199929d..211e3d4 100644
--- a/src/svnfrontend/graphtree/revisiontree.h
+++ b/src/svnfrontend/graphtree/revisiontree.h
@@ -20,9 +20,9 @@
#ifndef REVISIONTREE_H
#define REVISIONTREE_H
-#include "log_entry.hpp"
-#include "revision.hpp"
-#include "client.hpp"
+#include "log_entry.h"
+#include "revision.h"
+#include "client.h"
#include <tqstring.h>
#include <tqmap.h>