From 65468bf202ef3188a86fb18cd4ec1d553f78b16d Mon Sep 17 00:00:00 2001
From: Michael Vogel <icarus@dabo.de>
Date: Sun, 12 Jul 2015 12:03:39 +0200
Subject: [PATCH] Moved the needed include to a better place.

---
 include/follow.php  | 1 +
 include/onepoll.php | 1 -
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/follow.php b/include/follow.php
index 79666f30dc..6c998e1781 100644
--- a/include/follow.php
+++ b/include/follow.php
@@ -1,4 +1,5 @@
 <?php
+require_once("include/Scrape.php");
 
 function update_contact($id) {
 	/*
diff --git a/include/onepoll.php b/include/onepoll.php
index eb52a97ead..d1f41d65f5 100644
--- a/include/onepoll.php
+++ b/include/onepoll.php
@@ -2,7 +2,6 @@
 
 require_once("boot.php");
 require_once("include/follow.php");
-require_once("include/Scrape.php");
 
 function RemoveReply($subject) {
 	while (in_array(strtolower(substr($subject, 0, 3)), array("re:", "aw:")))
-- 
2.39.5