Possible Duplicate:
C++ Header order
My question is about includes in .h files. Is it preferable to include first all the standard headers like iostream and only after that all users header files, or vice versa? I have googled for some time, but have not found any recommendations.