Remove GDBSERVER uses from linux-btrace.c
[binutils-gdb.git] / gdb / nat / linux-btrace.c
index 385ca4e033400365850a0b4e3211d874fa09dc13..37c85c06f0c979c30a11a4c7a6f09836eee90591 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/>.  */
 
-#ifdef GDBSERVER
-#include "server.h"
-#else
-#include "defs.h"
-#endif
-
+#include "common-defs.h"
 #include "linux-btrace.h"
 #include "common-regcache.h"
-#include "gdbthread.h"
 #include "gdb_wait.h"
 #include "x86-cpuid.h"