chiark / gitweb /
Remove libidn checks/support
[elogind.git] / src / shared / ratelimit.c
index 01b62b7b384e25799b1d90a697290039e2a3cbd9..81fc9c19ff6c30eff6d1be1c5f9df48fc7a7e90d 100644 (file)
   along with systemd; If not, see <http://www.gnu.org/licenses/>.
 ***/
 
-#include <assert.h>
 
 #include "ratelimit.h"
-#include "log.h"
 
 /* Modelled after Linux' lib/ratelimit.c by Dave Young
  * <hidave.darkstar@gmail.com>, which is licensed GPLv2. */