mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-05-31 08:41:11 +00:00
Don't include the specific plugin headers in plugin.h.
This lets files that use plugins not depend on plugins they don't use.
This commit is contained in:
parent
699ab70482
commit
ce6ab908a5
40 changed files with 82 additions and 51 deletions
|
@ -28,6 +28,7 @@
|
|||
#ifndef __QF_plugin_snd_output_h_
|
||||
#define __QF_plugin_snd_output_h_
|
||||
|
||||
#include <QF/plugin.h>
|
||||
#include <QF/qtypes.h>
|
||||
|
||||
/*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue