src/pounce.c

changeset 5872
754c63f29b77
parent 5866
5caedbcd1bb7
child 5875
493a921c0378
equal deleted inserted replaced
5871:eb13ae8a3550 5872:754c63f29b77
18 * You should have received a copy of the GNU General Public License 18 * You should have received a copy of the GNU General Public License
19 * along with this program; if not, write to the Free Software 19 * along with this program; if not, write to the Free Software
20 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 20 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
21 * 21 *
22 */ 22 */
23 #include <stdio.h> 23 #include "internal.h"
24 #include <stdlib.h> 24 #include "debug.h"
25 #include <string.h> 25 #include "pounce.h"
26 #include <sys/stat.h>
27 #include <sys/types.h>
28 #include <glib.h>
29 26
30 #include "debug.h" 27 #include "debug.h"
31 #include "pounce.h" 28 #include "pounce.h"
32 #include "util.h" 29 #include "util.h"
33 30

mercurial