Fix Krazy warnings about improper include guard in Debugger.

Change-Id: I0d539070676c8a94d097d744e9b066f86a664cf5
Reviewed-by: David Schulz <david.schulz@digia.com>
This commit is contained in:
Friedemann Kleint
2013-03-15 12:41:32 +01:00
parent 3ec9d6bb64
commit d535fddae3
7 changed files with 21 additions and 21 deletions

View File

@@ -27,8 +27,8 @@
**
****************************************************************************/
#ifndef SPLIT_H
#define SPLIT_H
#ifndef STRINGUTILS_H
#define STRINGUTILS_H
#include <string>
#include <sstream>
@@ -226,4 +226,4 @@ private:
// Format a map as a GDBMI hash {key="value",..}
void formatGdbmiHash(std::ostream &os, const std::map<std::string, std::string> &, bool closeHash = true);
#endif // SPLIT_H
#endif // STRINGUTILS_H