[pacman-dev] [PATCH] common/ini: remove unnecessary alpm include
            
            
            
                17 Nov
                
                    2018
                
            
            
                17 Nov
                
                '18
                
            
            
            
        
    
                3:47 a.m.
            
        Signed-off-by: Andrew Gregory <andrew.gregory.8@gmail.com> --- src/common/ini.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/common/ini.c b/src/common/ini.c index 8e646528..30f1fac8 100644 --- a/src/common/ini.c +++ b/src/common/ini.c @@ -19,10 +19,9 @@ #include <errno.h> #include <limits.h> +#include <stdlib.h> #include <string.h> /* strdup */ -#include <alpm.h> - #include "ini.h" #include "util-common.h" -- 2.19.1
        2540
        
      
          Age (days ago)
        
      
        2540
        
    
          Last active (days ago)
        
        
        
        0 comments
    
    
        
        1 participants
    
    
    
    
    
    
    
    
    participants (1)
- 
                
                Andrew Gregory