adel...@zegrapher.com wrote: > Yea well, since I used the convention of including libs only in the .h I > didn't do so. But yes you're right! I will update that.
Well, that convention doesn't make sense to begin with. You should only #include in the .h file what you actually need to declare your public API. Anything required only as part of the implementation should be #include-d only in the .cpp file. Kevin Kofler _______________________________________________ devel mailing list -- devel@lists.fedoraproject.org To unsubscribe send an email to devel-le...@lists.fedoraproject.org