1 2 3 4 5 6 7 8
#ifndef REMOVE_PKG #define REMOVE_PKG #include <unistd.h> #include "vars.hh" void remove_pkg(Pkg pkg); #endif