Removed unnecessary includes of config.h

git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk@426 81a1dc3b-b13d-400b-aceb-764788c761c2
This commit is contained in:
Jan-Hinnerk Reichert
2004-07-05 15:04:19 +00:00
parent 55e524871a
commit d4e7f8fa07
12 changed files with 13 additions and 17 deletions

View File

@@ -35,6 +35,9 @@
#define PGM_DESCLEN 80
#define PGM_PORTLEN PATH_MAX
#define PGM_TYPELEN 32
extern LISTID programmers;
typedef struct programmer_t {
LISTID id;
char desc[PGM_DESCLEN];