X-Git-Url: http://git.vrable.net/?p=cumulus.git;a=blobdiff_plain;f=cumulus.h;fp=cumulus.h;h=0000000000000000000000000000000000000000;hp=25a95a1bc55d8e444c9eb723ab669c03c977e24d;hb=b7d480835838f86a3509e8beab9192dcc003853c;hpb=5a6aa5c252a70554a6987bfbb721ef7d722e1e20 diff --git a/cumulus.h b/cumulus.h deleted file mode 100644 index 25a95a1..0000000 --- a/cumulus.h +++ /dev/null @@ -1,31 +0,0 @@ -/* Cumulus: Efficient Filesystem Backup to the Cloud - * Copyright (C) 2013 The Cumulus Developers - * See the AUTHORS file for a list of contributors. - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License along - * with this program; if not, write to the Free Software Foundation, Inc., - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. - */ - -/* Header file with common definitions needed for cumulus. */ - -#ifndef CUMULUS_CUMULUS_H__ -#define CUMULUS_CUMULUS_H__ - -/* All Boost includes are grouped here, so we can more easily switch to other - * implementations in the future. */ -#include - -using boost::scoped_ptr; - -#endif // CUMULUS_CUMULUS_H__