Build: devel: Add additional cppcheck arguments.
- -I is needed to find crmcommon_private.h for checking things in lib/common.
- --include is needed because otherwise it can't figure out where the definition of QB_XS comes from. It seems like this shouldn't be necessary, but I haven't been able to figure out another way.