Let $f, f_n : [a,b] \to \mathbb{R} $ be Riemann $\forall n \in \mathbb{N}$ if $\lim_{n \to \infty} \sup _x |f_n(x) - f(x)| = 0$, then $\lim _{n \to \infty} \int_a^b f_n = \int_a^b f$
Note: I don't have uniform convergence at my disposal.
Let $ \varepsilon > 0$ there exists $N \in \mathbb{N}$ such that $\forall n \ge N$ $\sup_{x \in [a,b]} \lvert f_n - f \rvert < \varepsilon$ Since $\forall n, f_n, f$ are Riemann-Integrable which implies they are bounded. Let $M = \max\{| \sup f_n|, : n \in \mathbb{N}\} \cup \{|\sup f|\}$
$\lvert \int_a^b f_n - f \rvert \le \int_a^b \lvert f_n-f| \le 2M(b-a)$.
I'm not sure where to use the supremum at I guess is my issue.