Fix mixed line endings

svn path=/trunk/boinc/; revision=25963
This commit is contained in:
Charlie Fenton 2012-08-03 02:02:05 +00:00
parent 832386c4e0
commit 857324f5f9
1 changed files with 3 additions and 3 deletions

View File

@ -30,9 +30,9 @@
// originally adapted by Carl Christensen
#if defined(_WIN32) && !defined(__STDWX_H__) && !defined(_BOINC_WIN_) && !defined(_AFX_STDAFX_H_)
#include "boinc_win.h"
#endif
#if defined(_WIN32) && !defined(__STDWX_H__) && !defined(_BOINC_WIN_) && !defined(_AFX_STDAFX_H_)
#include "boinc_win.h"
#endif
#include "boinc_gl.h"
#include <FTGL/ftgl.h>