Config.h needs to be included in CommonPaths.h because CommonPaths.h is included...
commitadfc1c765f9977adfd33d81f9495e2ed524d1f84
authorglennricster@gmail.com <glennricster@gmail.com@8ced0084-cf51-0410-be5f-012b33b47a6e>
Sat, 26 Jun 2010 14:54:43 +0000 (26 14:54 +0000)
committerglennricster@gmail.com <glennricster@gmail.com@8ced0084-cf51-0410-be5f-012b33b47a6e>
Sat, 26 Jun 2010 14:54:43 +0000 (26 14:54 +0000)
tree0be3a8f9e4431fe6c6610e6272129ae1298d4ada
parent11f2f41b73f2ee547dda6f27795aadaf45bf4c55
Config.h needs to be included in CommonPaths.h because CommonPaths.h is included in Common.h before Config.h is.  If you want to find an alternate way to fix this so that Config.h is only included in Common.h watch for circular inclusions next time.

git-svn-id: http://dolphin-emu.googlecode.com/svn/trunk@5801 8ced0084-cf51-0410-be5f-012b33b47a6e
Source/Core/Common/Src/CommonPaths.h