X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fir%2Firdump.h;h=40a767fd37c5dc077e2ed0fca0e5aa10b514ff3a;hb=694e43d5c03f5ac9ae82373fb54baf01c5678bf0;hp=206f3a8e2ba6574437721e2b6ab2dc4db779c678;hpb=7a4f87b4c2b1f91f7762951cc007deb127886e4b;p=libfirm diff --git a/ir/ir/irdump.h b/ir/ir/irdump.h index 206f3a8e2..40a767fd3 100644 --- a/ir/ir/irdump.h +++ b/ir/ir/irdump.h @@ -10,7 +10,6 @@ * Licence: This file protected by GPL - GNU GENERAL PUBLIC LICENSE. */ - /** * @file irdump.h * @@ -28,14 +27,12 @@ * Most routines use the name of the passed entity as the name of the * file dumped to. */ +#ifndef _FIRM_IR_IRDUMP_H_ +#define _FIRM_IR_IRDUMP_H_ - -# ifndef _IRDUMP_H_ -# define _IRDUMP_H_ - -# include "irnode.h" -# include "irgraph.h" -# include "irloop.h" +#include "irnode.h" +#include "irgraph.h" +#include "irloop.h" /** * Names of the 32 supported colors @@ -687,4 +684,4 @@ void *dump_add_node_info_callback(dump_node_info_cb_t *cb, void *data); */ void dump_remv_node_info_callback(void *handle); -# endif /* _IRDUMP_H_ */ +#endif /* _FIRM_IR_IRDUMP_H_ */