diff options
author | Friedemann Kleint <[email protected]> | 2010-11-02 16:53:56 +0100 |
---|---|---|
committer | Friedemann Kleint <[email protected]> | 2010-11-02 16:53:56 +0100 |
commit | 68d4d35cae7c9e19a0a6065b32e852184ae29bf0 (patch) | |
tree | aa12fe38fea8cf00cbbf0816ab3b99f5e20bec05 /src/plugins/cvs/cvsplugin.cpp | |
parent | a149b70fc614f18d2b9e97dcf7ce838e675a484a (diff) |
Coreplugin: Header cleanup.
Clean icore.h.
Diffstat (limited to 'src/plugins/cvs/cvsplugin.cpp')
-rw-r--r-- | src/plugins/cvs/cvsplugin.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/cvs/cvsplugin.cpp b/src/plugins/cvs/cvsplugin.cpp index 018e458b0c8..03c2e5903c6 100644 --- a/src/plugins/cvs/cvsplugin.cpp +++ b/src/plugins/cvs/cvsplugin.cpp @@ -51,6 +51,7 @@ #include <coreplugin/actionmanager/actionmanager.h> #include <coreplugin/actionmanager/actioncontainer.h> #include <coreplugin/actionmanager/command.h> +#include <coreplugin/uniqueidmanager.h> #include <coreplugin/editormanager/editormanager.h> #include <coreplugin/vcsmanager.h> #include <utils/stringutils.h> |