]> ruderich.org/simon Gitweb - tlsproxy/tlsproxy.git/blobdiff - src/sem.c
src/*: Cleanup includes.
[tlsproxy/tlsproxy.git] / src / sem.c
index 86fe39882c54a315e04a2f0b773f0b08db4aa801..0122390731bfde3b3db8b3d69addfd4fef38b80d 100644 (file)
--- a/src/sem.c
+++ b/src/sem.c
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
+#include "sem.h"
+
 #include <stdlib.h>
 #include <pthread.h>
 
-#include "sem.h"
-
 
 struct SEM {
     pthread_mutex_t mutex;