aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/cppeditor/testcases/move-class/complex/theheader.h_expected
blob: 65bf2ec7f4f9a83f9490507cca6b49622089a2c9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#ifndef THE_HEADER_H
#define THE_HEADER_H

#include "theclass.h"


namespace Project {
namespace Internal {

class SomeClass {};




}
}

#endif