The cpp file's header should be included first

This commit is contained in:
Strahinja Val Markovic 2012-07-06 14:06:21 -07:00
parent 174687c4bc
commit fb5d25fc81
2 changed files with 2 additions and 2 deletions

View File

@ -15,8 +15,8 @@
// You should have received a copy of the GNU General Public License // You should have received a copy of the GNU General Public License
// along with YouCompleteMe. If not, see <http://www.gnu.org/licenses/>. // along with YouCompleteMe. If not, see <http://www.gnu.org/licenses/>.
#include "standard.h"
#include "Completer.h" #include "Completer.h"
#include "standard.h"
#include "Utils.h" #include "Utils.h"
#include <boost/bind.hpp> #include <boost/bind.hpp>

View File

@ -15,8 +15,8 @@
// You should have received a copy of the GNU General Public License // You should have received a copy of the GNU General Public License
// along with YouCompleteMe. If not, see <http://www.gnu.org/licenses/>. // along with YouCompleteMe. If not, see <http://www.gnu.org/licenses/>.
#include "standard.h"
#include "Future.h" #include "Future.h"
#include "standard.h"
#include "Result.h" #include "Result.h"
namespace YouCompleteMe namespace YouCompleteMe