tests/dummy/glx: Remove config.h

autotools force includes this with `-include config.h`, so it's
unnecessary to make compilation work. Meson doesn't generate a config.h
so this will break meson compilation.
This commit is contained in:
Dylan Baker 2019-11-04 12:45:23 -08:00
parent a9060bb67d
commit 24fddd6eaa
1 changed files with 0 additions and 2 deletions

View File

@ -27,8 +27,6 @@
* MATERIALS OR THE USE OR OTHER DEALINGS IN THE MATERIALS.
*/
#include <config.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>