Browse Source

Remove config.h from types.h; all .c files are required to include it.

git-svn-id: svn://svn.berlios.de/openocd/trunk@1756 b42882b7-edfa-0310-969c-e2dbd0fdcd60
tags/v0.2.0
zwelch 15 years ago
parent
commit
61cba7e0e6
1 changed files with 0 additions and 4 deletions
  1. +0
    -4
      src/helper/types.h

+ 0
- 4
src/helper/types.h View File

@@ -23,10 +23,6 @@
#ifndef TYPES_H
#define TYPES_H

#ifdef HAVE_CONFIG_H
#include "config.h"
#endif

#ifdef HAVE_SYS_TYPES_H
#include <sys/types.h>
#endif


Loading…
Cancel
Save