Skip to content
Snippets Groups Projects
Commit 6dafda3b authored by Eric Vidal's avatar Eric Vidal :speech_balloon:
Browse files

clean headers file declaration

parent 12685069
No related branches found
No related tags found
No related merge requests found
......@@ -12,27 +12,24 @@
* except according to the terms contained in the LICENSE file./
*/
#include <errno.h>
#include <string.h>
#include <stdint.h>
#include <sys/stat.h>
#include <oblibs/obgetopt.h>
#include <oblibs/log.h>
#include <oblibs/string.h>
#include <oblibs/types.h>
#include <oblibs/sastr.h>
#include <skalibs/stralloc.h>
#include <skalibs/types.h>
#include <skalibs/djbunix.h>
#include <skalibs/unix-transactional.h>
#include <skalibs/unix-transactional.h>//atomic_symlink
#include <66/utils.h>
#include <66/constants.h>
#include <66/enum.h>
#include <66/ssexec.h>
//#include <stdio.h>
//USAGE "backup_switcher [ -v verbosity ] [ -t type ] [ -b backup ] [ -s switch ] tree"
// for -b: return 0 if point to original source, return 1 if point to backup
// for -s: -s0 -> origin, -s1 -> backup ;
......
......@@ -12,9 +12,6 @@
* except according to the terms contained in the LICENSE file./
*/
#include <66/tree.h>
#include <66/db.h>
#include <sys/stat.h>
#include <stddef.h>
......@@ -26,8 +23,10 @@
#include <skalibs/djbunix.h>
#include <66/constants.h>
#include <66/utils.h>
#include <66/enum.h>
#include <66/resolve.h>
#include <66/tree.h>
#include <66/db.h>
// force: 0->check, 1->remove and create
int backup_make_new(ssexec_t *info, unsigned int type)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment