Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISC Open Source Projects
BIND
Commits
18cc70d0
Commit
18cc70d0
authored
Oct 14, 1998
by
Bob Halley
Browse files
move some includes from task.h to task.c
parent
c1735aa8
Changes
2
Hide whitespace changes
Inline
Side-by-side
lib/isc/include/isc/task.h
View file @
18cc70d0
...
...
@@ -7,8 +7,6 @@
#include <isc/list.h>
#include <isc/memcluster.h>
#include <isc/mutex.h>
#include <isc/condition.h>
#include <isc/boolean.h>
...
...
lib/isc/task.c
View file @
18cc70d0
...
...
@@ -4,6 +4,9 @@
#include <isc/assertions.h>
#include <isc/thread.h>
#include <isc/mutex.h>
#include <isc/condition.h>
#include <isc/task.h>
...
...
Write
Preview
Supports
Markdown
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