Ensure header guards enclose entire header.

This commit is contained in:
Marcel Admiraal
2020-09-03 11:28:55 +01:00
parent 493b308215
commit f6ad1954f7
7 changed files with 28 additions and 27 deletions

View File

@ -28,11 +28,11 @@
/* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
/*************************************************************************/
#ifdef PULSEAUDIO_ENABLED
#ifndef AUDIO_DRIVER_PULSEAUDIO_H
#define AUDIO_DRIVER_PULSEAUDIO_H
#ifdef PULSEAUDIO_ENABLED
#include "core/os/mutex.h"
#include "core/os/thread.h"
#include "servers/audio_server.h"
@ -124,6 +124,6 @@ public:
~AudioDriverPulseAudio() {}
};
#endif // AUDIO_DRIVER_PULSEAUDIO_H
#endif // PULSEAUDIO_ENABLED
#endif // AUDIO_DRIVER_PULSEAUDIO_H