summaryrefslogtreecommitdiff
path: root/src/plugins/debugger/breakpoint.cpp
diff options
context:
space:
mode:
authorChristian Kandeler <christian.kandeler@digia.com>2013-09-02 14:04:12 +0200
committerhjk <hjk121@nokiamail.com>2013-09-04 15:51:36 +0200
commit15d1048ef2513c3a1cb38fcb6144d3ca2b796bc1 (patch)
tree51c1d7cefe617767a6b933c888b2ff466f53176e /src/plugins/debugger/breakpoint.cpp
parent041c584805cf2ed5d2210315b691c97a3667b744 (diff)
downloadqt-creator-15d1048ef2513c3a1cb38fcb6144d3ca2b796bc1.tar.gz
Fix some include statements.
In several places, it says '#include "..."' for headers from different libraries/plugins. Change-Id: I96cd74fef9b30163adefe3e1720e0847bed9553a Reviewed-by: hjk <hjk121@nokiamail.com>
Diffstat (limited to 'src/plugins/debugger/breakpoint.cpp')
-rw-r--r--src/plugins/debugger/breakpoint.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/debugger/breakpoint.cpp b/src/plugins/debugger/breakpoint.cpp
index 8f050b4ed9..2d1dd15c12 100644
--- a/src/plugins/debugger/breakpoint.cpp
+++ b/src/plugins/debugger/breakpoint.cpp
@@ -29,7 +29,7 @@
#include "breakpoint.h"
-#include "utils/qtcassert.h"
+#include <utils/qtcassert.h>
#include <QDebug>
#include <QFileInfo>