Hi,

what's the best order of include files?
Qt Code:
  1. #include "currentClass.h"
  2. #include <QtStuff>
  3. #include "otherClasses.h"
  4.  
  5. void currentClass::currentClass(...)
To copy to clipboard, switch view to plain text mode 

Does the order have any meaning or doesn't the order matter?


Thanks