include vs import

what's the difference if any between these two?

I mostly see import but I've seen some include.

Thanks
#import is Objective-C, not C++ nor C
In Obj-C #importing is equivalent to #including a guarded header
Topic archived. No new replies allowed.