Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
rename a C++-only header with the '.hpp' suffix
[simgrid.git] / include / simgrid / s4u.h
diff --git a/include/simgrid/s4u.h b/include/simgrid/s4u.h
deleted file mode 100644 (file)
index 89a40e8..0000000
+++ /dev/null
@@ -1,22 +0,0 @@
-/* Copyright (c) 2004-2015. 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_S4U_S4U_H
-#define SIMGRID_S4U_S4U_H
-
-#include "s4u/Actor.hpp"
-#include "s4u/mailbox.hpp"
-#include "s4u/engine.hpp"
-#include "s4u/host.hpp"
-
-#include "s4u/mutex.hpp"
-#include "s4u/conditionVariable.hpp"
-#include "s4u/Activity.hpp"
-#include "s4u/comm.hpp"
-
-#include "s4u/storage.hpp"
-#include "s4u/file.hpp"
-
-#endif /* SIMGRID_S4U_S4U_H */