Remove #include <config.h> from pull_rotation.h.
authorTeemu Murtola <teemu.murtola@gmail.com>
Wed, 2 May 2012 05:10:19 +0000 (08:10 +0300)
committerTeemu Murtola <teemu.murtola@gmail.com>
Wed, 2 May 2012 05:10:19 +0000 (08:10 +0300)
There is nothing in the header that needs it, and installed headers
should not include something that is not installed.

Change-Id: I563fa21f3a6ecce8f728feb9656bccfef5edaa73

include/pull_rotation.h

index 8de318ee22ab28a3621750452f906cf408017e15..3ba9eb00153dc63ee640faeefc6c6e4314881626 100644 (file)
 #ifndef _pull_rotation_h
 #define _pull_rotation_h
 
-#ifdef HAVE_CONFIG_H
-  #include <config.h>
-#endif
-
 #include "vec.h"
 #include "typedefs.h"