X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=include%2Flibfirm%2Fend.h;h=ebfe483badd54150b1eec173fbe68531cc0702d8;hb=332cda9a138297c9852e2ef0f649c92b640723f4;hp=f71b338fd4b30f26021804a898a2f74a540d65fb;hpb=c021732d2f0c04113e6afd153a7a9be38e40ca6f;p=libfirm diff --git a/include/libfirm/end.h b/include/libfirm/end.h index f71b338fd..ebfe483ba 100644 --- a/include/libfirm/end.h +++ b/include/libfirm/end.h @@ -21,18 +21,10 @@ * @file * @brief Should be included in all public firm headers at the end * @author Matthias Braun - * @version $Id$ */ -#ifndef FIRM_END_H -#define FIRM_END_H -#ifndef FIRM_BEGIN_H -#error "end.h included without begin.h?" -#endif - -/* close extern "C" block from begin.h */ +/* close extern "C" block from begin.h, + * we need this without include guard (see begin.h) */ #ifdef __cplusplus } #endif - -#endif