Switch to unified view

a/src/utils/netcon.h b/src/utils/netcon.h
...
...
14
 *   You should have received a copy of the GNU General Public License
14
 *   You should have received a copy of the GNU General Public License
15
 *   along with this program; if not, write to the
15
 *   along with this program; if not, write to the
16
 *   Free Software Foundation, Inc.,
16
 *   Free Software Foundation, Inc.,
17
 *   59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
17
 *   59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
18
 */
18
 */
19
#ifdef BUILDING_RECOLL
19
#include "autoconfig.h"
20
#include "autoconfig.h"
21
#else
22
#include "config.h"
23
#endif
20
24
21
#include <sys/time.h>
25
#include <sys/time.h>
22
#include <map>
26
#include <map>
23
#include <string>
27
#include <string>
24
28