This is only relevant for the compiler itself (not part of your program). It avoids including the same header multiple times. If you skip these lines you'll get some error saying that object xyz was defined before....
Actually, at the end of the file you'll find an #endif to go with the #ifndef!!
EDIT: read on "precompiler directives" to go from here...