ROSE  0.11.66.0
functionIdentification.h
1 #ifndef FUNCTION_IDENTIFICATION_H
2 #define FUNCTION_IDENTIFICATION_H
3 #include <featureTests.h>
4 #ifdef ROSE_ENABLE_BINARY_ANALYSIS
5 
6 // These are now included in libraryIdentification.h
7 // #include "sqlite3x.h"
8 // #include "rose.h"
9 // #include "libraryIdentification.h"
10 
11 namespace LibraryIdentification
12  {
13  // This code was moved to libraryIdentification.h
14  };
15 
16 #endif
17 #endif