Normalize include guards in gdb
[deliverable/binutils-gdb.git] / gdb / gdbserver / gdbthread.h
index 2e1a844276a4cd2bbc836f6501f0c06a8cefef2b..44ed3c4723c2dd59861a38576366ef48b6b78dab 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_THREAD_H
-#define GDB_THREAD_H
+#ifndef GDBSERVER_GDBTHREAD_H
+#define GDBSERVER_GDBTHREAD_H
 
-#include "common-gdbthread.h"
+#include "common/common-gdbthread.h"
 #include "inferiors.h"
 
 #include <list>
@@ -224,4 +224,4 @@ lwpid_of (const thread_info *thread)
   return thread->id.lwp ();
 }
 
-#endif /* GDB_THREAD_H */
+#endif /* GDBSERVER_GDBTHREAD_H */
This page took 0.028139 seconds and 4 git commands to generate.