Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Reduce number of #include.
[simgrid.git] / src / xbt / xbt_os_synchro.cpp
index d1d8b0a559693a632f229579cedeb7a918a59971..b176469643eb3fa4b139148c3f531b2ac11c5190 100644 (file)
@@ -1,12 +1,12 @@
 /* Classical synchro schema, implemented on top of SimGrid                  */
 
-/* Copyright (c) 2007-2018. The SimGrid Team.
+/* Copyright (c) 2007-2019. 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. */
 
-#include "simgrid/exception.hpp"
+#include "simgrid/Exception.hpp"
 #include "simgrid/simix.h" /* used implementation */
 #include "src/kernel/activity/ConditionVariableImpl.hpp"
 #include "xbt/synchro.h"