From dcb69eaaa113523b74cd61a01a833489f27b9b7b Mon Sep 17 00:00:00 2001 From: Paul Mensonides Date: Sun, 8 Sep 2002 09:45:41 +0000 Subject: [PATCH] initial revision cleanup [SVN r15200] --- include/boost/preprocessor.hpp | 34 ---------------------------------- 1 file changed, 34 deletions(-) delete mode 100644 include/boost/preprocessor.hpp diff --git a/include/boost/preprocessor.hpp b/include/boost/preprocessor.hpp deleted file mode 100644 index 970ba30..0000000 --- a/include/boost/preprocessor.hpp +++ /dev/null @@ -1,34 +0,0 @@ -#ifndef BOOST_PREPROCESSOR_HPP -#define BOOST_PREPROCESSOR_HPP - -/* Copyright (C) 2001 - * Housemarque Oy - * http://www.housemarque.com - * - * Permission to copy, use, modify, sell and distribute this software is - * granted provided this copyright notice appears in all copies. This - * software is provided "as is" without express or implied warranty, and - * with no claim as to its suitability for any purpose. - * - * See http://www.boost.org for most recent version. - */ - -/**

Includes all Preprocessor library headers.

*/ - -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#endif