Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
U
unique-xids
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
uplex-varnish
unique-xids
Commits
2ac54a04
Commit
2ac54a04
authored
Oct 08, 2011
by
Poul-Henning Kamp
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove unncessary #includes
parent
b18e8d0c
Changes
8
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
13 additions
and
27 deletions
+13
-27
vtc.c
bin/varnishtest/vtc.c
+2
-6
vtc_client.c
bin/varnishtest/vtc_client.c
+0
-1
vtc_http.c
bin/varnishtest/vtc_http.c
+3
-5
vtc_log.c
bin/varnishtest/vtc_log.c
+2
-5
vtc_main.c
bin/varnishtest/vtc_main.c
+2
-4
vtc_sema.c
bin/varnishtest/vtc_sema.c
+0
-1
vtc_server.c
bin/varnishtest/vtc_server.c
+1
-2
vtc_varnish.c
bin/varnishtest/vtc_varnish.c
+3
-3
No files found.
bin/varnishtest/vtc.c
View file @
2ac54a04
...
...
@@ -31,20 +31,16 @@
#include <stdio.h>
#include <string.h>
#include <ctype.h>
#include <fcntl.h>
#include <limits.h>
#include <signal.h>
#include <stdarg.h>
#include <stdlib.h>
#include <unistd.h>
#include <sys/stat.h>
#include <sys/types.h>
#include <sys/wait.h>
#include "vtc.h"
#include "libvarnish.h"
#include "vev.h"
#include "vtc.h"
#ifndef HAVE_SRANDOMDEV
#include "compat/srandomdev.h"
...
...
bin/varnishtest/vtc_client.c
View file @
2ac54a04
...
...
@@ -30,7 +30,6 @@
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
#include <string.h>
#include <sys/types.h>
...
...
bin/varnishtest/vtc_http.c
View file @
2ac54a04
...
...
@@ -28,20 +28,18 @@
#include "config.h"
#include <
poll
.h>
#include <
string
.h>
#include <stdio.h>
#include <poll.h>
#include <stdio.h>
#include <string.h>
#include <stdlib.h>
#include <unistd.h>
#include <sys/types.h>
#include <sys/socket.h>
#include "libvarnish.h"
#include "vct.h"
#include "libvarnish.h"
#include "vtc.h"
#include "vgz.h"
...
...
bin/varnishtest/vtc_log.c
View file @
2ac54a04
...
...
@@ -30,16 +30,13 @@
#include <stdio.h>
#include <string.h>
#include <fcntl.h>
#include <stdlib.h>
#include <unistd.h>
#include <stdarg.h>
#include "libvarnish.h"
#include "vas.h"
#include "vtc.h"
#include "libvarnish.h"
static
pthread_mutex_t
vtclog_mtx
;
static
char
*
vtclog_buf
;
static
unsigned
vtclog_left
;
...
...
bin/varnishtest/vtc_main.c
View file @
2ac54a04
...
...
@@ -31,8 +31,6 @@
#include <stdio.h>
#include <string.h>
#include <fcntl.h>
#include <signal.h>
#include <stdarg.h>
#include <stdlib.h>
#include <unistd.h>
#include <sys/mman.h>
...
...
@@ -40,11 +38,11 @@
#include <sys/types.h>
#include <sys/wait.h>
#include "vtc.h"
#include "libvarnish.h"
#include "vev.h"
#include "vtc.h"
#ifndef HAVE_SRANDOMDEV
#include "compat/srandomdev.h"
#endif
...
...
bin/varnishtest/vtc_sema.c
View file @
2ac54a04
...
...
@@ -35,7 +35,6 @@
#include "vtc.h"
#include "miniobj.h"
#include "libvarnish.h"
struct
sema
{
...
...
bin/varnishtest/vtc_server.c
View file @
2ac54a04
...
...
@@ -31,7 +31,6 @@
#include <stdio.h>
#include <errno.h>
#include <stdlib.h>
#include <unistd.h>
#include <string.h>
#include <sys/types.h>
...
...
@@ -39,8 +38,8 @@
#include "vtc.h"
#include "vss.h"
#include "libvarnish.h"
#include "vss.h"
struct
server
{
unsigned
magic
;
...
...
bin/varnishtest/vtc_varnish.c
View file @
2ac54a04
...
...
@@ -34,7 +34,6 @@
#include <stdlib.h>
#include <unistd.h>
#include <string.h>
#include <signal.h>
#include <poll.h>
#include <inttypes.h>
...
...
@@ -42,13 +41,14 @@
#include <sys/wait.h>
#include <sys/socket.h>
#include "vtc.h"
#include "libvarnish.h"
#include "varnishapi.h"
#include "vcli.h"
#include "vss.h"
#include "vtc.h"
struct
varnish
{
unsigned
magic
;
#define VARNISH_MAGIC 0x208cd8e3
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment