Tagged Questions

6
votes
9answers
695 views

Should I use #include in headers?

Is it necessary to #include some file, if inside a header (*.h), types defined in this file are used? For instance, if I use GLib and wish to use the gchar basic type in a structure defined in my ...