Re-order include - smdev - suckless mdev
 (HTM) git clone git://git.suckless.org/smdev
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 558780ab890c2411bb8d6a8684f985d440681410
 (DIR) parent d5c4a92fcf4bc81eba03164883e584006eb9b4e5
 (HTM) Author: sin <sin@2f30.org>
       Date:   Fri,  1 Aug 2014 22:50:47 +0100
       
       Re-order include
       
       Diffstat:
         M smdev.c                             |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
 (DIR) diff --git a/smdev.c b/smdev.c
       @@ -9,10 +9,10 @@
        #include <limits.h>
        #include <pwd.h>
        #include <regex.h>
       -#include <unistd.h>
        #include <stdio.h>
        #include <stdlib.h>
        #include <string.h>
       +#include <unistd.h>
        
        #include "config.h"
        #include "mkpath.h"