Accept -Wno- prefix in ARI
[deliverable/binutils-gdb.git] / gdb / maint.h
index 57f350ade8c69c7d2dc3c7d8c56f62f8ca0bc85d..cbaf9deaa8832620d5ee49efdd2dd678d9fcec0e 100644 (file)
 #ifndef MAINT_H
 #define MAINT_H
 
-#include "common/run-time-clock.h"
+#include "gdbsupport/run-time-clock.h"
 #include <chrono>
 
 extern void set_per_command_time (int);
 
 extern void set_per_command_space (int);
 
+extern bool worker_threads_disabled ();
+
 /* Records a run time and space usage to be used as a base for
    reporting elapsed time or change in space.  */
 
This page took 0.035261 seconds and 4 git commands to generate.