GL11 and GL30 both have a GL_RED constant with the same value. This causes a conflict error when statically importing both classes. Fix is to simply remove GL_RED from GL30

Also, add a test case that *-imports all GLXX and extensions classes to test for duplicates.
This bug was found by theagentd and sproingie suggested the test case, so credit goes to them.
