From 8e63b80b0711bd1acd49a52e18e7e8ca40497d1d Mon Sep 17 00:00:00 2001
From: AlexandraDobrescu <alexandra.dobrescu@asaff.ro>
Date: Thu, 30 Aug 2018 16:54:45 +0200
Subject: [PATCH] Update df028_SQliteVersionsOfROOT.C

---
 tutorials/dataframe/df028_SQliteVersionsOfROOT.C | 8 ++------
 1 file changed, 2 insertions(+), 6 deletions(-)

diff --git a/tutorials/dataframe/df028_SQliteVersionsOfROOT.C b/tutorials/dataframe/df028_SQliteVersionsOfROOT.C
index 4ba15a91ca2..fd95ece1afc 100644
--- a/tutorials/dataframe/df028_SQliteVersionsOfROOT.C
+++ b/tutorials/dataframe/df028_SQliteVersionsOfROOT.C
@@ -9,18 +9,14 @@
 /// using a lambda expression which receives the recorded
 /// values in the “version” column of the sqlite3 database.
 /// The histogram shows the usage of the ROOT development version.
+/// This product includes GeoLite2 data created by MaxMind, available from
+/// <a href="http://www.maxmind.com">http://www.maxmind.com</a>.
 ///
 /// \macro_code
 /// \macro_image
 ///
 /// \author Alexandra-Maria Dobrescu 08/2018
 
-#include "ROOT/RDataFrame.hxx"
-#include "ROOT/RDataSource.hxx"
-#include "ROOT/RSqliteDS.hxx"
-#include <TString.h>
-#include <sqlite3.h>
-
 void df028_SQliteVersionsOfROOT() {
 
    auto rdf = ROOT::RDF::MakeSqliteDataFrame("https://root.cern.ch/download/root_download_stats.sqlite", "SELECT Version FROM accesslog;");
-- 
GitLab