#include <> question

I am trying to include a header file that is in a different directory. The header file I am trying to include is back one folder. For instance, I am currently in "sample/proj/im.h" and I want to include "sample/mainframe.h" into im.h. I have tried

#include <"../mainframe.h">

but it cannot find the file. Any ideas?
get rid of the <> around the ""
Yeah I don't know what I was doing. I had copied and pasted then I added the double quotes without taking out the <>. Thanks for the help.
^^ no worries =]
Topic archived. No new replies allowed.