Ignore:
Timestamp:
Mar 7, 2024, 2:58:32 PM (4 months ago)
Author:
Bruno Cornec
Message:

Remove useless headers

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3.3/mondo/src/common/libmondo-filelist.c

    r3866 r3868  
    1111#include "mondostructures.h"
    1212#include "lib-common-externs.h"
    13 #include "libmondo-filelist.h"
    1413#include "libmondo-string-EXT.h"
    1514#include "libmondo-files-EXT.h"
     
    660659
    661660    if ((tmp = find_home_of_exe("setfattr")) != NULL) {
    662         i = set_EXAT_list(masklist, fattr_fname, tmp)
     661        i = set_EXAT_list(masklist, fattr_fname, tmp);
    663662        mr_free(tmp);
    664663    } else {
Note: See TracChangeset for help on using the changeset viewer.