aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.common
diff options
context:
space:
mode:
authorJeff Morriss <jeff.morriss.ws@gmail.com>2013-06-25 22:02:20 +0000
committerJeff Morriss <jeff.morriss.ws@gmail.com>2013-06-25 22:02:20 +0000
commita441793cba1e5cb7567e08990e82bfb94f6764df (patch)
tree0b687809e250d7c4ef0445105e6e413b9fbf849b /Makefile.common
parent847fbeefdbf5ce18c00a2fa8a48e3095b641283f (diff)
Move a couple of time-related modules into wsutil.
A bunch of files didn't really need to include these header files so remove the include line rather than changing it. svn path=/trunk/; revision=50154
Diffstat (limited to 'Makefile.common')
-rw-r--r--Makefile.common3
1 files changed, 0 insertions, 3 deletions
diff --git a/Makefile.common b/Makefile.common
index 635e8c4ff0..6e3b3572c6 100644
--- a/Makefile.common
+++ b/Makefile.common
@@ -56,7 +56,6 @@ SHARK_COMMON_SRC = \
print.c \
ps.c \
sync_pipe_write.c \
- timestats.c \
tap-megaco-common.c \
tap-rtp-common.c \
version_info.c
@@ -81,7 +80,6 @@ SHARK_COMMON_INCLUDES = \
ps.h \
register.h \
tempfile.h \
- timestats.h \
tap-megaco-common.h \
tap-rtp-common.h \
version_info.h \
@@ -176,7 +174,6 @@ mergecap_SOURCES = \
editcap_SOURCES = \
editcap.c \
epan/crypt/md5.c \
- epan/nstime.c \
$(WTAP_PLUGIN_SOURCES)
# reordercap specifics