Change gcc_target_options to return std::string
[deliverable/binutils-gdb.git] / gdb / compile / compile-cplus.h
index 89799425734b996dc32edc56c13a57db632589e9..5500a592183d806e80c8163b1edb1d0768b8c765 100644 (file)
    You should have received a copy of the GNU General Public License
    along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
 
-#ifndef GDB_COMPILE_CPLUS_H
-#define GDB_COMPILE_CPLUS_H
+#ifndef COMPILE_COMPILE_CPLUS_H
+#define COMPILE_COMPILE_CPLUS_H
 
-#include "common/enum-flags.h"
+#include "gdbsupport/enum-flags.h"
 #include "gcc-cp-plugin.h"
+#include "symtab.h"
 
 struct type;
 struct block;
@@ -202,4 +203,4 @@ private:
 enum gcc_cp_symbol_kind get_method_access_flag (const struct type *type,
                                                int fni, int num);
 
-#endif /* GDB_COMPILE_CPLUS_H  */
+#endif /* COMPILE_COMPILE_CPLUS_H */
This page took 0.023762 seconds and 4 git commands to generate.