diff options
Diffstat (limited to 'src/vcall.h')
-rw-r--r-- | src/vcall.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/vcall.h b/src/vcall.h index 778ba09..d22fe7e 100644 --- a/src/vcall.h +++ b/src/vcall.h @@ -1,5 +1,5 @@ /* - * Copyright © 2022 Michael Smith <mikesmiffy128@gmail.com> + * Copyright © 2023 Michael Smith <mikesmiffy128@gmail.com> * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -17,8 +17,6 @@ #ifndef INC_VCALL_H #define INC_VCALL_H -#include "gamedata.h" - /* * Convenient facilities for calling simple (single-table) virtual functions on * possibly-opaque pointers to C++ objects. |