From: mquinson Date: Mon, 13 Jul 2009 15:27:00 +0000 (+0000) Subject: kill network_common.h: empty X-Git-Tag: SVN~1172 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/78fee3006db95dc64540374a81299f6c9f01ac4a?hp=a05e36103267a3998d2ae551073a153693f0fcef kill network_common.h: empty git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6476 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- diff --git a/src/Makefile.am b/src/Makefile.am index f60d1421c5..085d6f0868 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -45,7 +45,6 @@ EXTRA_DIST= \ surf/simgrid_dtd.c \ surf/simgrid.dtd \ surf/network_private.h \ - surf/network_common.h \ surf/network_gtnets_private.h \ surf/gtnets/gtnets_interface.h \ surf/gtnets/gtnets_simulator.h \ diff --git a/src/surf/network_common.h b/src/surf/network_common.h deleted file mode 100644 index 9fcf31cc39..0000000000 --- a/src/surf/network_common.h +++ /dev/null @@ -1,13 +0,0 @@ -/* $Id$ */ - -/* Copyright (c) 2004 Arnaud Legrand. 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 _SURF_NETWORK_COMMON_H -#define _SURF_NETWORK_COMMON_H - - - -#endif /* _SURF_NETWORK_COMMON_H */ diff --git a/src/surf/network_constant.c b/src/surf/network_constant.c index 07c045f7df..4bc123c58b 100644 --- a/src/surf/network_constant.c +++ b/src/surf/network_constant.c @@ -6,7 +6,6 @@ * under the terms of the license (GNU LGPL) which comes with this package. */ #include "surf_private.h" -#include "network_common.h" #include "surf/random_mgr.h" #include "xbt/dict.h" #include "xbt/str.h" diff --git a/src/surf/network_private.h b/src/surf/network_private.h index da65b00ecf..d57d9cecff 100644 --- a/src/surf/network_private.h +++ b/src/surf/network_private.h @@ -9,7 +9,6 @@ #define _SURF_NETWORK_PRIVATE_H #include "surf_private.h" -#include "network_common.h" #include "xbt/dict.h" typedef struct network_link_CM02 { diff --git a/src/surf/workstation.c b/src/surf/workstation.c index 7d5a655d05..ef35309ce7 100644 --- a/src/surf/workstation.c +++ b/src/surf/workstation.c @@ -9,7 +9,6 @@ #include "xbt/dict.h" #include "portable.h" #include "surf_private.h" -#include "network_common.h" typedef struct workstation_CLM03 { s_surf_resource_t generic_resource; /* Must remain first to add this to a trace */