1/* This file is part of GCC.
2
3GCC is free software; you can redistribute it and/or modify it under
4the terms of the GNU General Public License as published by the Free
5Software Foundation; either version 3, or (at your option) any later
6version.
7
8GCC is distributed in the hope that it will be useful, but WITHOUT ANY
9WARRANTY; without even the implied warranty of MERCHANTABILITY or
10FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
11for more details.
12
13Under Section 7 of GPL version 3, you are granted additional
14permissions described in the GCC Runtime Library Exception, version
153.1, as published by the Free Software Foundation.
16
17You should have received a copy of the GNU General Public License and
18a copy of the GCC Runtime Library Exception along with this program;
19see the files COPYING3 and COPYING.RUNTIME respectively.  If not, see
20<http://www.gnu.org/licenses/>.  */
21
22#ifndef __GCC_COMPLEX_H
23#define __GCC_COMPLEX_H
24
25#define __HEADER_TO_WRAP <complex.h>
26#include <_yvals-wrapper.h>
27
28#endif
29