X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=src%2Fmoof%2Fcml%2Fcore%2Fcml_meta.h;fp=src%2Fmoof%2Fcml%2Fcore%2Fcml_meta.h;h=0000000000000000000000000000000000000000;hb=6b0a0d0efafe34d48ab344fca3b479553bd4e62c;hp=679f761502d36ac053266dfbcb54baaff0615113;hpb=85783316365181491a3e3c0c63659972477cebba;p=chaz%2Fyoink diff --git a/src/moof/cml/core/cml_meta.h b/src/moof/cml/core/cml_meta.h deleted file mode 100644 index 679f761..0000000 --- a/src/moof/cml/core/cml_meta.h +++ /dev/null @@ -1,24 +0,0 @@ -/* -*- C++ -*- ------------------------------------------------------------ - -Copyright (c) 2007 Jesse Anders and Demian Nave http://cmldev.net/ - -The Configurable Math Library (CML) is distributed under the terms of the -Boost Software License, v1.0 (see cml/LICENSE for details). - - *-----------------------------------------------------------------------*/ -/** @file - * @brief A few simple metaprogramming tools. - */ - -#ifndef cml_meta_h -#define cml_meta_h - -/* Include all of the template metaprogramming tools: */ -#include -#include -#include - -#endif - -// ------------------------------------------------------------------------- -// vim:ft=cpp