When a project is split up in several separate *.tex files, the right function has to be used to put it all together in a main tex file.
\include is basically a \clearpage \input \clearpage construct, which will lead to pagebreaks for every included file.
\input would be the weapon of choice, if e.g. each file contains a section and no pagebreak is wanted for each one.