cleanup: Remove duplicate MIN/MAX macros.
[libfirm] / ir / adt / pset.c
1 /*
2  * This file is part of libFirm.
3  * Copyright (C) 2012 Karlsruhe Institute of Technology.
4  */
5
6 /**
7  * @file
8  * @brief   pset implementation
9  */
10 #define PSET
11 #include <set.c>