diff options
author | Tobias Hunger <tobias.hunger@theqtcompany.com> | 2016-02-04 13:07:35 +0100 |
---|---|---|
committer | Tobias Hunger <tobias.hunger@theqtcompany.com> | 2016-02-04 13:16:42 +0000 |
commit | eb07fd92b2cfeb886bd1d3dbfae9058237b3f6d9 (patch) | |
tree | 04b76bef7487ddd283a58401f993f8872ef2bb1c /src/plugins/cvs/cvsclient.cpp | |
parent | bc9c57756b71c8681a3604aa70461735ceb1da09 (diff) | |
download | qt-creator-eb07fd92b2cfeb886bd1d3dbfae9058237b3f6d9.tar.gz |
CVS: Modernize
* Use pragma once
* Use some more overrides
* Tiny clean-ups here and there
Change-Id: I951afa8ed31c5f414d4ae872c79f80db19909ee0
Reviewed-by: Orgad Shaneh <orgads@gmail.com>
Diffstat (limited to 'src/plugins/cvs/cvsclient.cpp')
-rw-r--r-- | src/plugins/cvs/cvsclient.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/plugins/cvs/cvsclient.cpp b/src/plugins/cvs/cvsclient.cpp index 08218617dd..c297cf6ad4 100644 --- a/src/plugins/cvs/cvsclient.cpp +++ b/src/plugins/cvs/cvsclient.cpp @@ -25,7 +25,6 @@ #include "cvsclient.h" #include "cvssettings.h" -#include "cvsconstants.h" #include <vcsbase/vcsbaseplugin.h> #include <vcsbase/vcsbaseeditor.h> |