Fix Krazy warnings about includes/header guards in ProjectExplorer.

Change-Id: Ica1df90278f450717b71f7d895c84a31a5596e7c
Reviewed-by: Daniel Teske <daniel.teske@digia.com>
This commit is contained in:
Friedemann Kleint
2013-03-12 12:13:07 +01:00
parent fdfb3cafcd
commit 665ba57da0
14 changed files with 30 additions and 30 deletions

View File

@@ -26,8 +26,8 @@
** version 1.1, included in the file LGPL_EXCEPTION.txt in this package.
**
****************************************************************************/
#ifndef PROJECTEXPLORER_DEPLOYMENTINFO_H
#define PROJECTEXPLORER_DEPLOYMENTINFO_H
#ifndef DEPLOYMENTDATA_H
#define DEPLOYMENTDATA_H
#include "deployablefile.h"
#include "projectexplorer_export.h"
@@ -83,4 +83,4 @@ inline bool operator!=(const DeploymentData &d1, const DeploymentData &d2)
} // namespace ProjectExplorer
#endif // PROJECTEXPLORER_DEPLOYMENTINFO_H
#endif // DEPLOYMENTDATA_H