File inc-tree/inc-tree.cpp changed (mode: 100644) (index 63bc3e2..d90a0d1) |
13 |
13 |
// You should have received a copy of the GNU General Public License |
// You should have received a copy of the GNU General Public License |
14 |
14 |
// along with the plugin. If not, see <http://www.gnu.org/licenses/>. |
// along with the plugin. If not, see <http://www.gnu.org/licenses/>. |
15 |
15 |
|
|
16 |
|
#include <gcc-plugin.h> |
|
17 |
|
|
|
18 |
|
#include <input.h> |
|
19 |
|
#include <c-family/c-pragma.h> |
|
20 |
|
|
|
21 |
16 |
#include <cstring> |
#include <cstring> |
22 |
17 |
|
|
23 |
18 |
#include <iostream> |
#include <iostream> |
24 |
19 |
#include <string> |
#include <string> |
25 |
20 |
#include <vector> |
#include <vector> |
26 |
21 |
|
|
|
22 |
|
#include <gcc-plugin.h> |
|
23 |
|
|
|
24 |
|
#include <input.h> |
|
25 |
|
#include <c-family/c-pragma.h> |
|
26 |
|
|
27 |
27 |
#include "IncTree.hpp" |
#include "IncTree.hpp" |
28 |
28 |
|
|
29 |
29 |
static void includeCallback(void *includeName, void *userData); |
static void includeCallback(void *includeName, void *userData); |