Skip to content

Commit

Permalink
Shouldn't need sys/errno.h if errno.h already #include'd
Browse files Browse the repository at this point in the history
  • Loading branch information
aryler committed Dec 27, 2017
1 parent 41471fd commit 4254da4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion platforms/unix/vm-sound-pulse/sqUnixSoundPulseAudio.c
Expand Up @@ -38,7 +38,6 @@

#include <stdio.h>
#include <stdlib.h>
#include <sys/errno.h>
#include <sys/mman.h>
#include <string.h>
#include <unistd.h>
Expand Down

0 comments on commit 4254da4

Please sign in to comment.