Don't test for guard-include-define (or how it's called) inside including header.

svn path=/trunk/; revision=53220
This commit is contained in:
Jakub Zawadzki 2013-11-10 11:53:41 +00:00
parent 8b73d378a4
commit e7e010be58
2 changed files with 1 additions and 3 deletions

View File

@ -182,4 +182,4 @@ WS_DLL_PUBLIC void except_free(void *);
except_pop(); \
}
#endif
#endif /* XCEPT_H */

View File

@ -25,9 +25,7 @@
#ifndef __EXCEPTIONS_H__
#define __EXCEPTIONS_H__
#ifndef XCEPT_H
#include "except.h"
#endif
/* Wireshark has only one exception group, to make these macros simple */
#define XCEPT_GROUP_WIRESHARK 1