Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[MSVC] silence some warnings
[simgrid.git] / src / msg / msg_mailbox.h
index f587002dcc81dfbbc1b2b3ab77d0b06979e029e2..4f4506608f76038407493c659385bb8717051e42 100644 (file)
@@ -1,15 +1,15 @@
-/* Copyright (c) 2008, 2009, 2010. The SimGrid Team.
+/* Copyright (c) 2008-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. */
+ * under the terms of the license (GNU LGPL) which comes with this package. */
 
 #ifndef MSG_MAILBOX_H
 #define MSG_MAILBOX_H
 
 #include "xbt/fifo.h"
 #include "simgrid/simix.h"
-#include "msg/datatypes.h"
+#include "simgrid/msg.h"
 
 
 SG_BEGIN_DECL()