X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/576680fc0cbe8a97b0e439c0db295b23f5f8816c..d5c7479480cbe31b662c1130a0497df4d87963cf:/src/include/surf/datatypes.h diff --git a/src/include/surf/datatypes.h b/src/include/surf/datatypes.h deleted file mode 100644 index 445ddc1c60..0000000000 --- a/src/include/surf/datatypes.h +++ /dev/null @@ -1,15 +0,0 @@ -/* Copyright (c) 2009-2017. 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 MAXMIN_DATATYPES_H -#define MAXMIN_DATATYPES_H - -typedef struct s_lmm_element_t* lmm_element_t; -typedef struct s_lmm_variable_t* lmm_variable_t; -typedef struct s_lmm_constraint_t* lmm_constraint_t; -typedef struct s_lmm_constraint_light_t* lmm_constraint_light_t; -typedef struct s_lmm_system_t* lmm_system_t; - -#endif