diff options
author | Max Kellermann <max@duempel.org> | 2015-08-24 11:19:19 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2015-08-24 11:20:45 +0200 |
commit | 2f5106c97f7c3c198650b1b6951b71c5d492aaa7 (patch) | |
tree | f50b1e762394b60029bc605705d56da326806fb6 /src/TagPrint.cxx | |
parent | 0c19418e84a4db3f1e5a9ca143d5986a104a5675 (diff) |
tag/Settings: convert to C++
Diffstat (limited to 'src/TagPrint.cxx')
-rw-r--r-- | src/TagPrint.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/TagPrint.cxx b/src/TagPrint.cxx index 4a97d851e..d938d8fa5 100644 --- a/src/TagPrint.cxx +++ b/src/TagPrint.cxx @@ -20,7 +20,7 @@ #include "config.h" #include "TagPrint.hxx" #include "tag/Tag.hxx" -#include "tag/TagSettings.h" +#include "tag/Settings.hxx" #include "client/Response.hxx" void |