From: Martin Quinson Date: Tue, 9 Aug 2016 14:53:24 +0000 (+0200) Subject: kill a stupid header file that does not even compile X-Git-Tag: v3_14~597 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/e9fd5adce66416b930b3a1a0384d250ec7438fb8?ds=sidebyside kill a stupid header file that does not even compile --- diff --git a/include/simgrid.h b/include/simgrid.h deleted file mode 100644 index c407a51b0c..0000000000 --- a/include/simgrid.h +++ /dev/null @@ -1,25 +0,0 @@ -/* simgrid.h - Public interface all SimGrid APIs */ - -/* Copyright (c) 2014. The SimGrid Team. - * All rights reserved. */ - -/* This program is free software; you can redistribute it and/or modify it - * under the terms of the license (GNU LGPL) which comes with this package. */ - -#ifndef SIMGRID_H -#define SIMGRID_H - -#include - -#include -#include -#include -#include -#include -#include - -// SG_BEGIN_DECL() -// nothing -// SG_END_DECL() - -#endif /* SG_PLATF_H */ diff --git a/tools/cmake/DefinePackages.cmake b/tools/cmake/DefinePackages.cmake index bb95e9dc57..cc55a38065 100644 --- a/tools/cmake/DefinePackages.cmake +++ b/tools/cmake/DefinePackages.cmake @@ -632,7 +632,6 @@ set(headers_to_install include/simgrid/instr.h include/simgrid/msg.h include/simgrid/simdag.h - include/simgrid.h include/simgrid/datatypes.h include/simgrid/modelchecker.h include/simgrid/forward.h