Make function.h more independent.

This commit is contained in:
Bill Currie 2011-01-06 16:31:44 +09:00
parent 66ac56063f
commit ae4ca52661

View file

@ -33,6 +33,9 @@
#define __function_h
#include "QF/pr_comp.h"
#include "QF/pr_debug.h"
#include "def.h"
typedef struct overloaded_function_s {
struct overloaded_function_s *next;