Skip to content

Commit 952e031

Browse files
committed
Removed bogus dependency on uuid.h
1 parent 65decab commit 952e031

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

include/czmq_prelude.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,6 @@
279279
# include <sys/wait.h>
280280
# include <sys/uio.h> // This is required to make CZMQ compile with libzmq/3.x
281281
# include <netinet/in.h> // Must come before arpa/inet.h
282-
# include <uuid/uuid.h>
283282
# if (!defined (__UTYPE_ANDROID)) && (!defined (__UTYPE_IBMAIX)) && (!defined (__UTYPE_HPUX)) && (!defined (__UTYPE_SUNOS))
284283
# include <ifaddrs.h>
285284
# endif

0 commit comments

Comments
 (0)