blob: 9044c6ad8870e0388803d9a97e36831bea11cd25 [file] [log] [blame]
Howard Hinnantc51e1022010-05-11 19:42:16 +00001// -*- C++ -*-
2//===-------------------------- ctgmath -----------------------------------===//
3//
Howard Hinnantc566dc32010-05-11 21:36:01 +00004// The LLVM Compiler Infrastructure
Howard Hinnantc51e1022010-05-11 19:42:16 +00005//
Howard Hinnantee11c312010-11-16 22:09:02 +00006// This file is dual licensed under the MIT and the University of Illinois Open
7// Source Licenses. See LICENSE.TXT for details.
Howard Hinnantc51e1022010-05-11 19:42:16 +00008//
9//===----------------------------------------------------------------------===//
10
11#ifndef _LIBCPP_CTGMATH
12#define _LIBCPP_CTGMATH
13
14/*
15 ctgmath synopsis
16
17#include <ccomplex>
18#include <cmath>
19
20*/
21
22#include <ccomplex>
23#include <cmath>
24
25#pragma GCC system_header
26
27#endif // _LIBCPP_CTGMATH