Rename common to gdbsupport
[deliverable/binutils-gdb.git] / gdb / target / waitstatus.h
index ff54ccbf53452b69d401e6dcafaf5861842c50b7..ec1abed7b4030587a88f4f51d1731fd777cf0b17 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 WAITSTATUS_H
-#define WAITSTATUS_H
+#ifndef TARGET_WAITSTATUS_H
+#define TARGET_WAITSTATUS_H
 
-#include "gdb_signals.h"
+#include "gdbsupport/gdb_signals.h"
 
 /* Stuff for target_wait.  */
 
@@ -148,4 +148,4 @@ enum target_stop_reason
 /* Return a pretty printed form of target_waitstatus.  */
 std::string target_waitstatus_to_string (const struct target_waitstatus *);
 
-#endif /* WAITSTATUS_H */
+#endif /* TARGET_WAITSTATUS_H */
This page took 0.024798 seconds and 4 git commands to generate.