Include common-defs.h instead of defs.h/server.h in shared code
[deliverable/binutils-gdb.git] / gdb / common / common-debug.c
index 5cac3bf81ae877071c4cff0ae84cc0f8a8b4e4db..933d4363742d14ab6a663122d40c02c8066151e9 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 "common-debug.h"
 
 /* See common/common-debug.h.  */
This page took 0.023903 seconds and 4 git commands to generate.