forked from qt-creator/qt-creator
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user