Add missing header include guards in various gtk2_ardour headers

This commit is contained in:
Tim Mayberry 2015-12-08 08:08:19 +10:00
parent d4a64299c5
commit 7d31ec02b3
13 changed files with 62 additions and 2 deletions

View file

@ -31,6 +31,9 @@
*****************************************************************************/
#ifndef __gtk_ardour_sfdb_freesound_mootcher_h__
#define __gtk_ardour_sfdb_freesound_mootcher_h__
#include <string>
#include <stdio.h>
#include <cstring>
@ -120,3 +123,4 @@ private:
std::string xmlLocation;
};
#endif // __gtk_ardour_sfdb_freesound_mootcher_h__