Details
-
Bug
-
Resolution: Done
-
P3: Somewhat important
-
Qt Creator 3.0.1, Qt Creator 3.1.0-beta
-
None
-
c2803b00be65a064fa5217bdd016b530d518ab9f
Description
main.cpp:
#include "foo.h"
foo.h:
#include "bar.h"
bar.h:
#include "foo.h"
See the attached screenshot. foo.h appears as a cyclic include in foo.h itself, while it should be only in bar.h.