Include common-defs.h instead of defs.h/server.h in shared code
[deliverable/binutils-gdb.git] / gdb / common / signals.c
index 13d1e2c8c8127f392bd9632444fa2af0a241331e..ebe2761220fcb43e05298dd5f9c869d0f99d8d0a 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"
 
 #ifdef HAVE_SIGNAL_H
 #include <signal.h>
This page took 0.025221 seconds and 4 git commands to generate.