diff options
author | Friedemann Kleint <Friedemann.Kleint@digia.com> | 2013-03-12 12:08:04 +0100 |
---|---|---|
committer | Friedemann Kleint <Friedemann.Kleint@digia.com> | 2013-03-13 11:33:40 +0100 |
commit | ec11892759fe959ff1faece09e28e39d5172d0b2 (patch) | |
tree | f604b34c11e928cb139f16029bca6ececd416a5e /src/plugins/remotelinux/abstractremotelinuxdeployservice.h | |
parent | e963a43b3296693a30ff7fbd1dc0a73155e5231f (diff) | |
download | qt-creator-ec11892759fe959ff1faece09e28e39d5172d0b2.tar.gz |
Fix Krazy warnings about includes/header guards in Remote Linux.
Change-Id: I8dd358be964b6322e682a19fb59c92fb0b8f9cd0
Reviewed-by: Christian Kandeler <christian.kandeler@digia.com>
Diffstat (limited to 'src/plugins/remotelinux/abstractremotelinuxdeployservice.h')
-rw-r--r-- | src/plugins/remotelinux/abstractremotelinuxdeployservice.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/plugins/remotelinux/abstractremotelinuxdeployservice.h b/src/plugins/remotelinux/abstractremotelinuxdeployservice.h index 0606700b72..5f8755d154 100644 --- a/src/plugins/remotelinux/abstractremotelinuxdeployservice.h +++ b/src/plugins/remotelinux/abstractremotelinuxdeployservice.h @@ -26,8 +26,8 @@ ** version 1.1, included in the file LGPL_EXCEPTION.txt in this package. ** ****************************************************************************/ -#ifndef ABSTRACTREMOTELINUXDEPLOYACTION_H -#define ABSTRACTREMOTELINUXDEPLOYACTION_H +#ifndef ABSTRACTREMOTELINUXDEPLOYSERVICE_H +#define ABSTRACTREMOTELINUXDEPLOYSERVICE_H #include "remotelinux_export.h" @@ -107,4 +107,4 @@ private: } // namespace RemoteLinux -#endif // ABSTRACTREMOTELINUXDEPLOYACTION_H +#endif // ABSTRACTREMOTELINUXDEPLOYSERVICE_H |